From f010cd657366df55b49213c863a43ee46dc405d0 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 29 Jan 2005 00:09:15 +0000 Subject: [PATCH] default background alpha should be 0 --- 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 f18205611b..d83cba4c07 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -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