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

summaryrefslogtreecommitdiff
path: root/source/game/StarDrawable.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-25 01:16:40 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-25 01:16:40 +1000
commit008bd6d3df469f69eaf667bc3ae357a03894bddb (patch)
tree0aa0548dae863c727cd32fc2b0d562783c7edb4e /source/game/StarDrawable.cpp
parent2bd399fd00d87683e37b41bfc1a25772c6cde71f (diff)
more!! more!!!!
Diffstat (limited to 'source/game/StarDrawable.cpp')
-rw-r--r--source/game/StarDrawable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarDrawable.cpp b/source/game/StarDrawable.cpp
index e259aa2..aeb8cb6 100644
--- a/source/game/StarDrawable.cpp
+++ b/source/game/StarDrawable.cpp
@@ -10,7 +10,7 @@
namespace Star {
Drawable::ImagePart& Drawable::ImagePart::addDirectives(Directives const& directives, bool keepImageCenterPosition) {
- if (!directives.entries || directives.entries->empty())
+ if (!directives)
return *this;
if (keepImageCenterPosition) {