PT
Developer Forums
Register
Login
AppGameKit Classic Chat
->
[SOLVED] SetObject3DPhysicsCanSleep Not Working?
<
1
>
M
marvin944
Joined:
27th Aug 2013
Location:
Posted:
2nd Feb 2022 22:44
My objects stop animating/having physics once they are not moving. I used SetObject3DPhysicsCanSleep(onjId,0) to prevent that, but it doesn't work...
M
marvin944
Joined:
27th Aug 2013
Location:
Posted:
2nd Feb 2022 22:55
It does work, it just needs to called as the last statement when creating an object.