Camera: Removed mouse position correction (no longer needed apparently :)), Mouse can now be released from Camera be pressing LeftAlt and can get captured again by clicking with the left mouse button.

This commit is contained in:
2018-12-10 10:34:18 -06:00
parent a7755dfbdf
commit c656686997
3 changed files with 16 additions and 11 deletions

View File

@@ -28,6 +28,10 @@ class IMICFPS
end
end
def needs_cursor?
@needs_cursor
end
def draw
@active_state.draw if @active_state
end