Tagged Questions
0
votes
0answers
8 views
Multithreading in lwjgl getting rid of sleep.
I'm trying to use multithreading in my game. However, I can't seem to get rid of the sleep.
If I don't it's a blank screen, as there is no time for the computer to actually render the triangleMob as ...