Open heyitsmdr opened 10 years ago
This also applies to the editor. When editor is hidden, it shouldn't be re-rendered. Add a boolean variable into GameEngine for when editor is visible or not, and then run the editor render function based on that.
GameEngine
This also applies to the editor. When editor is hidden, it shouldn't be re-rendered. Add a boolean variable into
GameEngine
for when editor is visible or not, and then run the editor render function based on that.