We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da3176 commit b4afb3dCopy full SHA for b4afb3d
demosys/effects/text/effects/renderer_2d.py
@@ -32,7 +32,7 @@ def __init__(self, area, text_lines=None, texture_height=64):
32
33
@property
34
def texture(self):
35
- return self._fbo.color_buffers[0]
+ return self._fbo.color_attachments[0]
36
37
def render(self):
38
self._fbo.clear()
0 commit comments