HJD #11

Merged
Hector merged 36 commits from HJD into main 2025-12-04 07:31:43 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit ee63a10c19 - Show all commits

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):