[nostalgia/core/studio] Add initialization for SubSheetEditor show var

This commit is contained in:
Gary Talent 2022-03-06 01:23:01 -06:00
parent e0b2f37925
commit e4f3ec52d0

View File

@ -25,7 +25,7 @@ class TileSheetEditorImGui: public studio::Editor {
ox::BString<100> m_name;
int m_cols = 0;
int m_rows = 0;
bool m_show;
bool m_show = false;
public:
ox::Signal<ox::Error(const ox::String &name, int cols, int rows)> inputSubmitted;
constexpr void show(const ox::String &name, int cols, int rows) noexcept {