mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Dumb mistake fixed
This commit is contained in:
parent
08d65bbb20
commit
ba03b0ff3c
@ -1733,7 +1733,7 @@ def WriteConfigSettings():
|
||||
for key,win,unix in PRC_PARAMETERS:
|
||||
prc_parameters[key] = win
|
||||
else:
|
||||
for key,win,unix in DEFAULT_SETTINGS:
|
||||
for key,win,unix in DTOOL_CONFIG:
|
||||
dtool_config[key] = unix
|
||||
for key,win,unix in PRC_PARAMETERS:
|
||||
prc_parameters[key] = unix
|
||||
|
Loading…
x
Reference in New Issue
Block a user