Browse Source

*** empty log message ***

Dave Schuyler 22 years ago
parent
commit
0dba39808f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showbase/ShowBase.py

+ 0 - 1
direct/src/showbase/ShowBase.py

@@ -487,7 +487,6 @@ class ShowBase(DirectObject.DirectObject):
         Creates the data graph and populates it with the basic input
         Creates the data graph and populates it with the basic input
         devices.
         devices.
         """
         """
-        
         self.dataRoot = NodePath('dataRoot')
         self.dataRoot = NodePath('dataRoot')
         # Cache the node so we do not ask for it every frame
         # Cache the node so we do not ask for it every frame
         self.dataRootNode = self.dataRoot.node()
         self.dataRootNode = self.dataRoot.node()