Browse Source

Fixed typo

Greg Wiatroski 22 years ago
parent
commit
92cdcf764b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ShowBase.py

+ 1 - 1
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: