format fix

This commit is contained in:
Misha 2023-11-01 20:01:19 -04:00
parent 9c8ec821cc
commit a8fe0c7919
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ class LegoWorldPresenter : public LegoEntityPresenter {
{ {
return !strcmp(name, LegoWorldPresenter::ClassName()) || LegoEntityPresenter::IsA(name); return !strcmp(name, LegoWorldPresenter::ClassName()) || LegoEntityPresenter::IsA(name);
} }
private: private:
undefined4 m_unk50; undefined4 m_unk50;
}; };