From 2dc81f276c22acf3d2c10c00ad5fbc1c9b6baf59 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Sat, 1 May 2004 00:43:29 +0000 Subject: [PATCH] reduced ray start to 10.0 feet --- direct/src/showbase/ShowBaseGlobal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ShowBaseGlobal.py b/direct/src/showbase/ShowBaseGlobal.py index 7b83664af5..de1740d92f 100644 --- a/direct/src/showbase/ShowBaseGlobal.py +++ b/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()