mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 19:04:06 +00:00
Use names from 1996 sources (#437)
This commit is contained in:
committed by
GitHub
parent
7e9d3bde65
commit
dd72bcc666
@@ -7,13 +7,13 @@
|
||||
// FUNCTION: LEGO1 0x1004eb40
|
||||
LegoTexturePresenter::~LegoTexturePresenter()
|
||||
{
|
||||
VideoManager()->RemovePresenter(*this);
|
||||
VideoManager()->UnregisterPresenter(*this);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1004ebb0
|
||||
MxResult LegoTexturePresenter::AddToManager()
|
||||
{
|
||||
VideoManager()->AddPresenter(*this);
|
||||
VideoManager()->RegisterPresenter(*this);
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user