Browse Source

use set_trust_level hack

David Rose 18 years ago
parent
commit
80d7a3f27d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/putil/load_prc_file.cxx

+ 1 - 0
panda/src/putil/load_prc_file.cxx

@@ -100,6 +100,7 @@ load_prc_file_data(const string &name, const string &data) {
   bool read_ok = page->read_prc(strm);
   
   if (read_ok) {
+    page->set_trust_level(1);  // temp hack
     return page;
     
   } else {