CreedVI / Raylib-J

Handmade Java binding for Raylib
zlib License
97 stars 16 forks source link

Window becomes unresponsive after a few seconds #5

Closed CreedVI closed 3 years ago

CreedVI commented 3 years ago

I made a test application and noticed the window will become unresponsive after 1.4 to 7.4 seconds.

CreedVI commented 3 years ago

Resolved. This issue was due to an improper implementation and improper understanding of the Wait() method. Will be pushed in my next commit