mirror of https://github.com/kivy/kivy.git
clearcolor black again. ooops
This commit is contained in:
parent
aab3322cdf
commit
ed44a4e274
|
@ -293,7 +293,7 @@ class WindowBase(EventDispatcher):
|
|||
# XXX FIXME use late binding
|
||||
from kivy.graphics.opengl import glClearColor, glClear, \
|
||||
GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT
|
||||
glClearColor(1, 0, 1, 1)
|
||||
glClearColor(0, 0, 0, 0)
|
||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT)
|
||||
|
||||
def to_widget(self, x, y, initial=True, relative=False):
|
||||
|
|
Loading…
Reference in New Issue