Closed K4ugummi closed 6 years ago
Describe the bug Modify the delta time sleep so input events are processed.
To Reproduce Steps to reproduce the behavior:
Expected behavior Input sould be processed everythime.
Screenshots
Environment (please complete the following information):
Additional context Add any other context about the problem here.
Maybe fix with something like this:
while self.frame_limiter.stop() { self.process_input(..); sleep(1); }
Describe the bug Modify the delta time sleep so input events are processed.
To Reproduce Steps to reproduce the behavior:
Expected behavior Input sould be processed everythime.
Screenshots
Environment (please complete the following information):
Additional context Add any other context about the problem here.