|
@@ -254,7 +254,8 @@ public class VideoService {
|
|
}
|
|
}
|
|
if ("SceneGraphFile".equals(node2.getName())) {
|
|
if ("SceneGraphFile".equals(node2.getName())) {
|
|
Attribute name = node2.attribute("filepath");
|
|
Attribute name = node2.attribute("filepath");
|
|
- name.setText(osgbPath);
|
|
|
|
|
|
+// name.setText(osgbPath);
|
|
|
|
+ name.setText("osgbPath");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|