Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 81 forks source link

Fix #91 #94

Closed evrimoztamur closed 4 years ago

evrimoztamur commented 4 years ago

Because the rotation was 'corrected' in the EditorCameraController refactor effort, the rotationX was incorrectly offset by 180 degrees.

Removing that offset makes the behaviour correct again, and fixes #91.