mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
fix wrong variable name
This commit is contained in:
parent
035c1e5a91
commit
690af16584
@ -178,7 +178,7 @@ reload_implicit_pages() {
|
|||||||
// It's already from-os-specific by ppremake.
|
// It's already from-os-specific by ppremake.
|
||||||
Filename prc_dir_filename = default_prc_dir;
|
Filename prc_dir_filename = default_prc_dir;
|
||||||
if (scan_auto_prc_dir(prc_dir_filename)) {
|
if (scan_auto_prc_dir(prc_dir_filename)) {
|
||||||
_search_path.append_directory(default_prc_dir);
|
_search_path.append_directory(prc_dir_filename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user