mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Fix test_egg
This commit is contained in:
parent
e503e19943
commit
6608821ce7
@ -28,7 +28,7 @@ main(int argc, char *argv[]) {
|
||||
data.set_coordinate_system(CS_default);
|
||||
|
||||
if (data.read(egg_filename)) {
|
||||
data.load_externals("");
|
||||
data.load_externals(DSearchPath(Filename("")));
|
||||
data.write_egg(cout);
|
||||
} else {
|
||||
nout << "Errors.\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user