mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 09:59:55 -04:00
Small d/lyt fix (#90)
This commit is contained in:
@@ -10,7 +10,9 @@ public:
|
||||
dLytDobutton_c() : mStateMgr(*this, sStateID::null) {
|
||||
sInstance = this;
|
||||
}
|
||||
virtual ~dLytDobutton_c() {}
|
||||
virtual ~dLytDobutton_c() {
|
||||
sInstance = nullptr;
|
||||
}
|
||||
|
||||
bool init(m2d::ResAccIf_c *resAcc);
|
||||
bool remove();
|
||||
|
||||
Reference in New Issue
Block a user