mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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:
|
for key,win,unix in PRC_PARAMETERS:
|
||||||
prc_parameters[key] = win
|
prc_parameters[key] = win
|
||||||
else:
|
else:
|
||||||
for key,win,unix in DEFAULT_SETTINGS:
|
for key,win,unix in DTOOL_CONFIG:
|
||||||
dtool_config[key] = unix
|
dtool_config[key] = unix
|
||||||
for key,win,unix in PRC_PARAMETERS:
|
for key,win,unix in PRC_PARAMETERS:
|
||||||
prc_parameters[key] = unix
|
prc_parameters[key] = unix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user