This commit is contained in:
Hector 2025-12-04 01:49:07 +08:00
parent 32a6cb65e1
commit ee63a10c19
2 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class RenderPipeline(RPObject):
if not isfile("/$$rp/data/install.flag"):
self.fatal("You didn't setup the pipeline yet! Please run setup.py.")
load_prc_file("/$$rpconfig/panda3d-config.prc")
load_prc_file("/$$rpconfig/Meta3d-config.prc")
self._pre_showbase_initialized = True
def create(self, base=None):