[nostalgia/core/studio] Add initialization for SubSheetEditor show var
This commit is contained in:
parent
e0b2f37925
commit
e4f3ec52d0
@ -25,7 +25,7 @@ class TileSheetEditorImGui: public studio::Editor {
|
|||||||
ox::BString<100> m_name;
|
ox::BString<100> m_name;
|
||||||
int m_cols = 0;
|
int m_cols = 0;
|
||||||
int m_rows = 0;
|
int m_rows = 0;
|
||||||
bool m_show;
|
bool m_show = false;
|
||||||
public:
|
public:
|
||||||
ox::Signal<ox::Error(const ox::String &name, int cols, int rows)> inputSubmitted;
|
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 {
|
constexpr void show(const ox::String &name, int cols, int rows) noexcept {
|
||||||
|
Loading…
Reference in New Issue
Block a user