Search found 2 matches

by Kelox
Fri Mar 01, 2019 11:49 am
Forum: General
Topic: Game frozen while moving window?
Replies: 6
Views: 4925

Re: Game frozen while moving window?

I believe that's OS-dependent. Absolutely correct. Works on Linux, doesn't work on Windows. On the plus side, it looks like the updating is happening... just the drawing is delayed. Sadly update isnt working while moving the window either. Just looks like it is since youre adding deltaTime after yo...
by Kelox
Thu Feb 28, 2019 7:32 pm
Forum: General
Topic: Game frozen while moving window?
Replies: 6
Views: 4925

Game frozen while moving window?

Hey, im currently trying to make a server console with love, but my problem is that while im moving the window the "game" freezes and wont receive any client messages until I let the window go. Is there a way to keep running code even while Im moving the window? Couldnt find any solution o...