Browse Source

formatting

Dave Schuyler 20 years ago
parent
commit
ab48d026e3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/showbase/ShowBase.py

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

@@ -1622,7 +1622,8 @@ class ShowBase(DirectObject.DirectObject):
                     camera = None, size = 128,
                     camera = None, size = 128,
                     cameraMask = BitMask32.allOn()):
                     cameraMask = BitMask32.allOn()):
 
 
-        """ Similar to screenshot(), this sets up a temporary cube map
+        """
+        Similar to screenshot(), this sets up a temporary cube map
         Texture which it uses to take a series of six snapshots of the
         Texture which it uses to take a series of six snapshots of the
         current scene, one in each of the six cube map directions.
         current scene, one in each of the six cube map directions.
         This requires rendering a new frame.
         This requires rendering a new frame.