Fixed comments in kinematic_char demo

This commit is contained in:
Luke Picciau 2014-09-06 14:12:59 +09:30
parent d21f72adf2
commit 5b6773f6bc
2 changed files with 15 additions and 16 deletions

View File

@ -68,7 +68,6 @@ func _fixed_process(delta):
var motion = velocity * delta
#move and consume motion
#
motion = move(motion)