mirror of
https://github.com/3b1b/manim.git
synced 2026-01-10 06:58:05 -05:00
Fix ControlsExample Scene (#1551)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user