How do I fix this resize issue?

Whenever I use the resize handles after calling surface.setResizable(true);, it erases all that is currently drawn on the screen and ends all currently running loops. How do I keep resizing from ending my current loops?

Answers

Sign In or Register to comment.