Browse Source

fix wrong variable name

David Rose 21 years ago
parent
commit
690af16584
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/prc/configPageManager.cxx

+ 1 - 1
dtool/src/prc/configPageManager.cxx

@@ -178,7 +178,7 @@ reload_implicit_pages() {
       // It's already from-os-specific by ppremake.
       Filename prc_dir_filename = default_prc_dir;
       if (scan_auto_prc_dir(prc_dir_filename)) {
-        _search_path.append_directory(default_prc_dir);
+        _search_path.append_directory(prc_dir_filename);
       }
     }
   }