mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove old commented out window timing code
This commit is contained in:
parent
5ce8d08e0f
commit
138c48c739
1 changed files with 0 additions and 2 deletions
|
@ -143,8 +143,6 @@ class Scene(Container):
|
||||||
|
|
||||||
if self.window:
|
if self.window:
|
||||||
self.window.swap_buffers()
|
self.window.swap_buffers()
|
||||||
# win_time, win_dt = self.window.timer.next_frame()
|
|
||||||
# while (self.time - self.skip_time - win_time) > 0:
|
|
||||||
vt = self.time - self.virtual_animation_start_time
|
vt = self.time - self.virtual_animation_start_time
|
||||||
rt = time.time() - self.real_animation_start_time
|
rt = time.time() - self.real_animation_start_time
|
||||||
if rt < vt:
|
if rt < vt:
|
||||||
|
|
Loading…
Add table
Reference in a new issue