Refix last commit

This commit is contained in:
Henrique Santiago
2013-02-07 03:37:57 -02:00
parent 3c3ba9ef4c
commit 4f3be92208
3 changed files with 4 additions and 3 deletions

View File

@@ -336,6 +336,9 @@ uint ThingType::getTextureIndex(int l, int x, int y, int z) {
int ThingType::getExactSize(int layer, int xPattern, int yPattern, int zPattern, int animationPhase)
{
if(m_null)
return 0;
getTexture(animationPhase); // we must calculate it anyway.
int frameIndex = getTextureIndex(layer, xPattern, yPattern, zPattern);
Size size = m_texturesFramesOriginRects[animationPhase][frameIndex].size() - m_texturesFramesOffsets[animationPhase][frameIndex].toSize();