Browse Source

*** empty log message ***

Mark Mine 25 years ago
parent
commit
e5ecbd6695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/leveleditor/LevelEditor.py

+ 1 - 1
direct/src/leveleditor/LevelEditor.py

@@ -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')