mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -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);
|
data.set_coordinate_system(CS_default);
|
||||||
|
|
||||||
if (data.read(egg_filename)) {
|
if (data.read(egg_filename)) {
|
||||||
data.load_externals("");
|
data.load_externals(DSearchPath(Filename("")));
|
||||||
data.write_egg(cout);
|
data.write_egg(cout);
|
||||||
} else {
|
} else {
|
||||||
nout << "Errors.\n";
|
nout << "Errors.\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user