mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fix missing return statement
This commit is contained in:
parent
ab5e4f496b
commit
bee278e8d1
@ -244,6 +244,6 @@ save_file(const Filename &path, const LoaderOptions &options,
|
|||||||
saver->set_egg_data(egg_data);
|
saver->set_egg_data(egg_data);
|
||||||
|
|
||||||
bool result = saver->write_file(path);
|
bool result = saver->write_file(path);
|
||||||
|
|
||||||
delete saver;
|
delete saver;
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user