fixing some bugs
This commit is contained in:
@@ -262,6 +262,13 @@ void MovingSprite::setRotateAmount(double value)
|
||||
mRotateAmount = value;
|
||||
}
|
||||
|
||||
// Establece el valor de la variable
|
||||
void MovingSprite::disableRotate()
|
||||
{
|
||||
mRotate = false;
|
||||
mAngle = 0;
|
||||
}
|
||||
|
||||
// Actualiza las variables internas del objeto
|
||||
void MovingSprite::update()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user