You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The update function is called every 0.01677 seconds, as stated by the Clock.schedule_interval line. What this probably means is that the lab computers are spending more time on processing frames than your laptop. Try adding a label to pong.kv that prints out Clock.frametime (should be formatted str(Clock.frametime) )
We'll check this out further in lab tomorrow I guess.
The ball seems two or three times faster on my laptop than it did in the lab. Is there a way to set the update rate to a fixed time?
The text was updated successfully, but these errors were encountered: