mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
use set_trust_level hack
This commit is contained in:
parent
5c61a77d90
commit
80d7a3f27d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user