Browse Source

always resolve external references

David Rose 23 years ago
parent
commit
ec9587e6d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/egg/eggGroupNode.cxx

+ 1 - 0
panda/src/egg/eggGroupNode.cxx

@@ -939,6 +939,7 @@ r_load_externals(const DSearchPath &searchpath, CoordinateSystem coordsys) {
         // reference, and load it.
         // reference, and load it.
         EggData ext_data;
         EggData ext_data;
         ext_data.set_coordinate_system(coordsys);
         ext_data.set_coordinate_system(coordsys);
+        ext_data.set_auto_resolve_externals(true);
         if (ext_data.read(filename)) {
         if (ext_data.read(filename)) {
           // The external file was read correctly.  Add its contents
           // The external file was read correctly.  Add its contents
           // into the tree at this point.
           // into the tree at this point.