Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarAnimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarAnimation.cpp')
-rw-r--r--source/game/StarAnimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarAnimation.cpp b/source/game/StarAnimation.cpp
index 9cbf88a..09da400 100644
--- a/source/game/StarAnimation.cpp
+++ b/source/game/StarAnimation.cpp
@@ -70,7 +70,7 @@ Drawable Animation::drawable(float pixelSize) const {
baseFrame += ":" + toString(m_frame);
Drawable drawable = Drawable::makeImage(std::move(baseFrame), pixelSize, m_centered, m_offset);
- drawable.imagePart().addDirectivesGroup(m_processing);
+ drawable.imagePart().addDirectivesGroup(m_processing, true);
drawable.rotate(m_angle);
drawable.color = m_color;
return drawable;