Browse Source

comment reformat

Darren Ranalli 22 years ago
parent
commit
cf75c1eedc
1 changed files with 1 additions and 2 deletions
  1. 1 2
      direct/src/level/VisibilityExtender.py

+ 1 - 2
direct/src/level/VisibilityExtender.py

@@ -48,8 +48,7 @@ class VisibilityExtender(Entity.Entity):
 
     if __debug__:
         def setNewZones(self, newZones):
-            # we need to call destroyVisExt before accepting the new
-            # zone set
+            # we need to call destroyVisExt before accepting the new zone set
             self.destroyVisExt()
             self.newZones = newZones
             self.initVisExt()