Fixed uninitialized variable
This commit is contained in:
parent
b209149b9a
commit
84f5e470da
@ -33,7 +33,7 @@ public:
|
|||||||
[[deprecated]] void load() { }
|
[[deprecated]] void load() { }
|
||||||
[[deprecated]] void unload() { }
|
[[deprecated]] void unload() { }
|
||||||
[[deprecated]] const std::string path;
|
[[deprecated]] const std::string path;
|
||||||
[[deprecated]] const float size;
|
[[deprecated]] const float size = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace glez
|
} // namespace glez
|
||||||
|
Loading…
x
Reference in New Issue
Block a user