mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Small bug fix for presenter mode
This commit is contained in:
parent
b3b7d214ad
commit
559b96e7ce
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue