Browse Source

reduced ray start to 10.0 feet

Dave Schuyler 21 years ago
parent
commit
2dc81f276c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ShowBaseGlobal.py

+ 1 - 1
direct/src/showbase/ShowBaseGlobal.py

@@ -2,7 +2,7 @@
 
 from ShowBase import *
 
-CollisionHandlerRayStart = 4000.0 # This is a hack, it may be better to use a line instead of a ray.
+CollisionHandlerRayStart = 10.0 # This is a hack, it may be better to use a line instead of a ray.
 
 # Create the showbase instance
 ShowBase()