mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
an unspecified path should implicitly contain '.'
This commit is contained in:
parent
3dd24f3eaa
commit
dac28d3c1b
@ -55,6 +55,11 @@ reload_search_path() {
|
||||
}
|
||||
_value.append_path(_postfix);
|
||||
|
||||
if (_value.is_empty()) {
|
||||
// An empty search path implicitly has "." on it.
|
||||
_value.append_directory(".");
|
||||
}
|
||||
|
||||
_value_seq = _core->get_value_seq();
|
||||
_value_stale = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user