mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fixed typo
This commit is contained in:
parent
6859501a67
commit
92cdcf764b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user