[SOLVED] Object disappears when multiplying with dt

image

What might be doing wrong here

As soon as I press W key ,object disappears!!

Hi @Nofil_khan!

When you execute your function you need to send dt with it.

this.getinMotion(dt);
1 Like