mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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) {
|
const string &default_extension) {
|
||||||
string found;
|
string found;
|
||||||
|
|
||||||
if (!is_fully_qualified()) {
|
if (is_local()) {
|
||||||
found = searchpath.find_file(get_fullpath());
|
found = searchpath.find_file(get_fullpath());
|
||||||
|
|
||||||
if (found.empty()) {
|
if (found.empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user