Skip to content

Commit 2121cf3

Browse files
committed
Initial frametime should be 16
1 parent 667cdd8 commit 2121cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/view/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run(manager=None):
7272
TIMER.start()
7373

7474
# Main loop
75-
frames, ft = 0, 0
75+
frames, ft = 0, 16
7676
prev_time = TIMER.get_time()
7777
time_start = glfw.get_time()
7878
while not context.WINDOW.should_close():

0 commit comments

Comments
 (0)