mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
e5fa7f674a
commit
cffa99aba5
@ -1135,7 +1135,7 @@ class LevelEditor(NodePath, PandaObject):
|
||||
def createNumWindowsMenu(self):
|
||||
|
||||
numberNodes = []
|
||||
for i in range(4):
|
||||
for i in range(5):
|
||||
node = OnscreenText(`i`, 0.0, 0.0)
|
||||
numberNodes.append(node)
|
||||
numItems = len(numberNodes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user