mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
egg2bam: fix external refs not being resolved relative to egg file
This commit is contained in:
parent
51090ccf12
commit
a7d68a8412
@ -193,7 +193,7 @@ handle_args(ProgramBase::Args &args) {
|
||||
file_path.append_directory(filename.get_dirname());
|
||||
|
||||
if (_force_complete) {
|
||||
if (!file_data.load_externals()) {
|
||||
if (!file_data.load_externals(file_path)) {
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user