浏览代码

*** empty log message ***

David Rose 25 年之前
父节点
当前提交
557a6d7e31
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dtool/src/dtoolutil/filename.cxx

+ 1 - 1
dtool/src/dtoolutil/filename.cxx

@@ -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()) {