Fixed cursor not showing up in Asset Viewer main menu, fixed Camera free move not having :turn_left/right implemented

This commit is contained in:
2020-01-30 19:53:42 -06:00
parent eb1bfe204b
commit 1b6019419b
3 changed files with 20 additions and 2 deletions

View File

@@ -28,6 +28,12 @@ class IMICFPS
window.close
end
end
def update
super
window.needs_cursor = true
end
end
end
end