diff --git a/src/tilemap.cpp b/src/tilemap.cpp index 70d2df6..cc5e0a6 100644 --- a/src/tilemap.cpp +++ b/src/tilemap.cpp @@ -571,7 +571,7 @@ struct TilemapPrivate FBO::bind(autotile->getGLTypes().fbo, FBO::Read); - if (blitW <= autotileW) + if (blitW <= autotileW && tiles.animated) { /* Static autotile */ for (int j = 0; j < 4; ++j)