-
- Downloads
Fixed EditorViewport crash on keypresses
Before, EditorViewport would start accessing arrays on keypresses (specifically the arrow keys) even when there were no editors. This adds an extra check to prevent this.
Please register or sign in to comment