Minor SDL improvements

This commit is contained in:
Eduardo Bart
2013-03-11 14:43:42 -03:00
parent d60413f7d6
commit 8f0ad27735
8 changed files with 25 additions and 10 deletions

View File

@@ -284,7 +284,7 @@ const TexturePtr& ThingType::getTexture(int animationPhase)
}
}
}
animationPhaseTexture = TexturePtr(new TextureOGL(fullImage, true));
animationPhaseTexture = TexturePtr(new TextureOGL(fullImage));
animationPhaseTexture->setSmooth(true);
}
return animationPhaseTexture;