mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Small bug fix for presenter mode
This commit is contained in:
@ -63,7 +63,7 @@ class Scene(object):
|
||||
# Items associated with interaction
|
||||
self.mouse_point = Point()
|
||||
self.mouse_drag_point = Point()
|
||||
self.hold_on_wait = not self.presenter_mode
|
||||
self.hold_on_wait = self.presenter_mode
|
||||
|
||||
# Much nicer to work with deterministic scenes
|
||||
if self.random_seed is not None:
|
||||
|
Reference in New Issue
Block a user