mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Use names from 1996 sources (#437)
This commit is contained in:

committed by
GitHub

parent
7e9d3bde65
commit
dd72bcc666
@@ -29,7 +29,7 @@ MxResult LegoPathPresenter::AddToManager()
|
||||
MxResult status = FAILURE;
|
||||
|
||||
if (VideoManager()) {
|
||||
VideoManager()->AddPresenter(*this);
|
||||
VideoManager()->RegisterPresenter(*this);
|
||||
status = SUCCESS;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ MxResult LegoPathPresenter::AddToManager()
|
||||
void LegoPathPresenter::Destroy(MxBool p_fromDestructor)
|
||||
{
|
||||
if (VideoManager())
|
||||
VideoManager()->RemovePresenter(*this);
|
||||
VideoManager()->UnregisterPresenter(*this);
|
||||
|
||||
{
|
||||
MxAutoLocker lock(&this->m_criticalSection);
|
||||
|
Reference in New Issue
Block a user