Fixes for rename from fixed to physics

This commit is contained in:
Scott Beca
2017-10-04 22:12:41 +11:00
parent 9849c9edb9
commit 96ae223e21
20 changed files with 27 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ var mousepos
onready var observer = $"../Observer"
func _fixed_process(delta):
func _physics_process(delta):
var modetext = "Mode:\n"
if (OS.is_window_fullscreen()):
@@ -126,7 +126,7 @@ func check_wm_api():
func _ready():
if (not check_wm_api()):
set_fixed_process(false)
set_physics_process(false)
set_process_input(false)

View File

@@ -15,7 +15,7 @@ func direction(vector):
return v
func _fixed_process(delta):
func _physics_process(delta):
if (state != STATE_GRAB):
return