You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the game and tried it out but got an error while playing:
I'm standing very close to a turret that tries to shoot at me.
Division By Zero in operator '/'.
res://scripts/enemies/turret.gd:39:
var pitch = PI/2+atan(sqrt(pow(look_at_vec.x, 2) + pow(look_at_vec.z,2))/look_at_vec.y)
I cloned the game and tried it out but got an error while playing:
I'm standing very close to a turret that tries to shoot at me.
Division By Zero in operator '/'.
locals:
Running Godot v3.1.2.stable.official
The text was updated successfully, but these errors were encountered: