Fixed uninitialized variable
This commit is contained in:
parent
b209149b9a
commit
84f5e470da
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user