diff options
Diffstat (limited to 'Racing-Game/4WheelCar/Skid/SkidController.gd')
| -rw-r--r-- | Racing-Game/4WheelCar/Skid/SkidController.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Racing-Game/4WheelCar/Skid/SkidController.gd b/Racing-Game/4WheelCar/Skid/SkidController.gd index b1d8233..7c633c9 100644 --- a/Racing-Game/4WheelCar/Skid/SkidController.gd +++ b/Racing-Game/4WheelCar/Skid/SkidController.gd @@ -16,7 +16,7 @@ func _ready(): add_child(skidRecent) # Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta): +func _process(_delta): if(skidSwitch && get_parent().isSkid):#if controller believes car is skidding and the wheel is skidding #ignore the status and let the skid keep drawing |
