mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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);
|
||||
|
||||
bool result = saver->write_file(path);
|
||||
|
||||
delete saver;
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user