mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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);
|
bool read_ok = page->read_prc(strm);
|
||||||
|
|
||||||
if (read_ok) {
|
if (read_ok) {
|
||||||
|
page->set_trust_level(1); // temp hack
|
||||||
return page;
|
return page;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user