heyitsmdr / armeria-original

Client and server for Armeria: Social MUD.
http://client.playarmeria.com
1 stars 0 forks source link

If minimap is hidden, don't run the render commands (aka faster) #6

Open heyitsmdr opened 10 years ago

heyitsmdr commented 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.