Browse Source

modern starting

David Schafer 20 years ago
parent
commit
f44881c1b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/leveleditor/LevelEditorStart.py

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

@@ -1,3 +1,3 @@
-from direct.showbase.ShowBaseGlobal import *
+from direct.directbase.DirectStart import *
 import LevelEditor
 l = LevelEditor.LevelEditor()