is there a way to set a kind of timer at the start of every frame that will cause an event if the time between frames is too high, like 10 secs for example, if you're getting an fps of 0.1 then theres something wrong? I can't find a good way of doing this though aside from adding this hypothetical function to every objects's update function.
↧