mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
clang-format
This commit is contained in:
parent
961fa04f0d
commit
b8d4c17fdd
@ -14,4 +14,4 @@ MxResult LegoTexturePresenter::AddToManager()
|
||||
{
|
||||
VideoManager()->AddPresenter(*this);
|
||||
return SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ class LegoTexturePresenter : public MxMediaPresenter {
|
||||
return !strcmp(name, LegoTexturePresenter::ClassName()) || MxMediaPresenter::IsA(name);
|
||||
}
|
||||
|
||||
virtual MxResult AddToManager() override; // vtable+0x34
|
||||
virtual MxResult AddToManager() override; // vtable+0x34
|
||||
};
|
||||
|
||||
#endif // LEGOTEXTUREPRESENTER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user