Fixed uninitialized variable

This commit is contained in:
Rebekah 2022-04-07 14:11:00 -04:00
parent b209149b9a
commit 84f5e470da
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -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