Reset rotation doesn't work
Neverbe
Member Posts: 117
I've got a rotating actor with a rule that look like this:
if (self.Rotation = 360){
self.Rotation = 0;
}
This rule work for three or four times then it stop working.
Could anyone help me?
if (self.Rotation = 360){
self.Rotation = 0;
}
This rule work for three or four times then it stop working.
Could anyone help me?