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

summaryrefslogtreecommitdiff
path: root/source/core/StarDirectives.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-06-02 22:37:52 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-06-02 22:37:52 +1000
commitadd17da988f4518c451abc4d0bacf536071e1c0b (patch)
tree86e1db5f276269e41f93d9f6e198186d2d95fa26 /source/core/StarDirectives.hpp
parent68bd850fe73819c75841c5b6147255caf16c6ed9 (diff)
directive-based color variants for materials
Diffstat (limited to 'source/core/StarDirectives.hpp')
-rw-r--r--source/core/StarDirectives.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarDirectives.hpp b/source/core/StarDirectives.hpp
index e6b0a6e..9290649 100644
--- a/source/core/StarDirectives.hpp
+++ b/source/core/StarDirectives.hpp
@@ -121,7 +121,7 @@ private:
void buildString(String& string, const DirectivesGroup& directives) const;
List<Directives> m_directives;
- size_t m_count;
+ size_t m_count = 0;
};
template <>