mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Small bug fix for presenter mode
This commit is contained in:
@ -63,7 +63,7 @@ class Scene(object):
|
|||||||
# Items associated with interaction
|
# Items associated with interaction
|
||||||
self.mouse_point = Point()
|
self.mouse_point = Point()
|
||||||
self.mouse_drag_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
|
# Much nicer to work with deterministic scenes
|
||||||
if self.random_seed is not None:
|
if self.random_seed is not None:
|
||||||
|
Reference in New Issue
Block a user