Reset rotation doesn't work

NeverbeNeverbe Member Posts: 117
edited November -1 in Working with GS (Mac)
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?
Sign In or Register to comment.