mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Simplified InputMapper#action
This commit is contained in:
@@ -163,7 +163,6 @@ class IMICFPS
|
||||
def toggle_first_person_view
|
||||
@first_person_view = !@first_person_view
|
||||
@visible = !@first_person_view
|
||||
puts "First Person? #{@first_person_view}"
|
||||
end
|
||||
|
||||
def turn_180
|
||||
|
||||
Reference in New Issue
Block a user