mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix missing egg files on opt-pal
This commit is contained in:
parent
fffe7200a4
commit
89ef606bfd
@ -68,7 +68,9 @@ from_command_line(EggData *data,
|
|||||||
// relative to this directory.
|
// relative to this directory.
|
||||||
_current_directory = ExecutionEnvironment::get_cwd();
|
_current_directory = ExecutionEnvironment::get_cwd();
|
||||||
_source_filename = source_filename;
|
_source_filename = source_filename;
|
||||||
|
_source_filename.make_absolute();
|
||||||
_dest_filename = dest_filename;
|
_dest_filename = dest_filename;
|
||||||
|
_dest_filename.make_absolute();
|
||||||
|
|
||||||
// We save the default PaletteGroup at this point, because the egg
|
// We save the default PaletteGroup at this point, because the egg
|
||||||
// file inherits the default group that was in effect when it was
|
// file inherits the default group that was in effect when it was
|
||||||
|
Loading…
x
Reference in New Issue
Block a user