mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed typo
This commit is contained in:
parent
6859501a67
commit
92cdcf764b
@ -1136,7 +1136,7 @@ class ShowBase(DirectObject.DirectObject):
|
|||||||
if g != None:
|
if g != None:
|
||||||
color = VBase4(r, g, b, 1.0)
|
color = VBase4(r, g, b, 1.0)
|
||||||
else:
|
else:
|
||||||
arg = args[0]
|
arg = r
|
||||||
color = VBase4(arg[0], arg[1], arg[2], 1.0)
|
color = VBase4(arg[0], arg[1], arg[2], 1.0)
|
||||||
|
|
||||||
if win == None:
|
if win == None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user