Fix ControlsExample Scene (#1551)

This commit is contained in:
sahilmakhijani
2021-06-20 13:07:06 +05:30
committed by GitHub
parent d384fc1e27
commit 01670cf823
2 changed files with 2 additions and 4 deletions

View File

@@ -646,7 +646,7 @@ class ControlsExample(Scene):
self.add(self.panel)
def construct(self):
text = Text("", size=2)
text = Text("text", size=2)
def text_updater(old_text):
assert(isinstance(old_text, Text))