mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
default background alpha should be 0
This commit is contained in:
parent
e05ac10e9d
commit
f010cd6573
@ -1241,7 +1241,7 @@ class ShowBase(DirectObject.DirectObject):
|
||||
|
||||
return VBase4(win.getClearColor())
|
||||
|
||||
def setBackgroundColor(self, r = None, g = None, b = None, a = 1.0, win = None):
|
||||
def setBackgroundColor(self, r = None, g = None, b = None, a = 0.0, win = None):
|
||||
"""
|
||||
Sets the window background color to the indicated value.
|
||||
This assumes the window is set up to clear the color each
|
||||
|
Loading…
x
Reference in New Issue
Block a user