From 92cdcf764b089a490e99ae9d57eefdc02e4f959f Mon Sep 17 00:00:00 2001 From: Greg Wiatroski Date: Tue, 10 Feb 2004 00:25:13 +0000 Subject: [PATCH] Fixed typo --- direct/src/showbase/ShowBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 34f12ea847..5ddf026965 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -1136,7 +1136,7 @@ class ShowBase(DirectObject.DirectObject): if g != None: color = VBase4(r, g, b, 1.0) else: - arg = args[0] + arg = r color = VBase4(arg[0], arg[1], arg[2], 1.0) if win == None: