Merge pull request #1881 from NateWardawg/master
Removed redundant code in the kinematic 3D demo.
This commit is contained in:
commit
2882ff1b7e
1 changed files with 2 additions and 3 deletions
|
@ -46,9 +46,8 @@ func _fixed_process(delta):
|
||||||
|
|
||||||
vel.x=hvel.x;
|
vel.x=hvel.x;
|
||||||
vel.z=hvel.z
|
vel.z=hvel.z
|
||||||
|
|
||||||
var motion = vel*delta
|
var motion = move(vel*delta)
|
||||||
motion=move(vel*delta)
|
|
||||||
|
|
||||||
var on_floor = false
|
var on_floor = false
|
||||||
var original_vel = vel
|
var original_vel = vel
|
||||||
|
|
Loading…
Reference in a new issue