From 36b15e40cbbcb6facaf2d478e028fb8754765fd6 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Sat, 19 Oct 2002 18:33:14 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/showbase/PythonUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index 6e06d81025..4d4632ff43 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -363,7 +363,7 @@ def reduceAngle(deg): """ return (math.fmod((deg + 180.0), 360.0) - 180.0) -def shortestDestAngle2(src, dest): +def shortestDestAngle(src, dest): """ Returns a version of dest that is numerically closest to src. It is assumed that src is between -180. and 180.