diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-02 22:37:52 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-02 22:37:52 +1000 |
commit | add17da988f4518c451abc4d0bacf536071e1c0b (patch) | |
tree | 86e1db5f276269e41f93d9f6e198186d2d95fa26 /source/core/StarDirectives.hpp | |
parent | 68bd850fe73819c75841c5b6147255caf16c6ed9 (diff) |
directive-based color variants for materials
Diffstat (limited to 'source/core/StarDirectives.hpp')
-rw-r--r-- | source/core/StarDirectives.hpp | 2 |
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 <> |