mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
*** empty log message ***
This commit is contained in:
parent
d3f8d9364b
commit
e5ecbd6695
@ -1069,7 +1069,7 @@ class LevelEditor(NodePath, PandaObject):
|
||||
else:
|
||||
return
|
||||
# Valid type, add color to file
|
||||
filename = 'level_editor/' + self.editMode + 'Colors.txtnew'
|
||||
filename = 'level_editor/' + self.editMode + 'Colors.txt'
|
||||
f = Filename(filename)
|
||||
f.resolveFilename(getModelPath())
|
||||
f = open(f.toOsSpecific(), 'a')
|
||||
|
Loading…
x
Reference in New Issue
Block a user