GTGameEngine icon indicating copy to clipboard operation
GTGameEngine copied to clipboard

Disable dynamic, real-time toggling of the editor.

Open mackron opened this issue 8 years ago • 0 comments

This is a cool feature, however it causes issues where the editor can tread on the toes of the main game as it's running because it shares some global state. The simplest and most robust way to resolve this is to just not allow the editor to be run at the same time as the game.

A command line switch "--editor" should be implemented which will cause the context to open the editor on start-up.

mackron avatar Nov 29 '15 01:11 mackron