Retocado el borde de la powerball y quitados los efectos de rebote
This commit is contained in:
@@ -251,7 +251,11 @@ void MovingSprite::rotate()
|
||||
if (enabled)
|
||||
if (rotateEnabled)
|
||||
{
|
||||
if (counter % rotateSpeed == 0)
|
||||
if (rotateSpeed == 0)
|
||||
{
|
||||
incAngle(rotateAmount);
|
||||
}
|
||||
else if (counter % rotateSpeed == 0)
|
||||
{
|
||||
incAngle(rotateAmount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user