diff --git a/include/glez/font.hpp b/include/glez/font.hpp index 74d6acd..77ca77b 100644 --- a/include/glez/font.hpp +++ b/include/glez/font.hpp @@ -33,7 +33,7 @@ public: [[deprecated]] void load() { } [[deprecated]] void unload() { } [[deprecated]] const std::string path; - [[deprecated]] const float size; + [[deprecated]] const float size = 1; }; } // namespace glez