mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
11fcdd0883
commit
557a6d7e31
@ -827,7 +827,7 @@ resolve_filename(const DSearchPath &searchpath,
|
||||
const string &default_extension) {
|
||||
string found;
|
||||
|
||||
if (!is_fully_qualified()) {
|
||||
if (is_local()) {
|
||||
found = searchpath.find_file(get_fullpath());
|
||||
|
||||
if (found.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user