mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Improve match of MxVideoPresenter::PutFrame (#606)
* Improve match of PutFrame * Fix * Fix * Fix
This commit is contained in:

committed by
GitHub

parent
49d6c88912
commit
79713698cf
@@ -113,6 +113,8 @@ public:
|
||||
|
||||
inline MxS32 GetCurrentTickleState() const { return this->m_currentTickleState; }
|
||||
inline MxPoint32 GetLocation() const { return this->m_location; }
|
||||
inline MxS32 GetX() const { return this->m_location.GetX(); }
|
||||
inline MxS32 GetY() const { return this->m_location.GetY(); }
|
||||
inline MxS32 GetDisplayZ() const { return this->m_displayZ; }
|
||||
inline MxDSAction* GetAction() const { return this->m_action; }
|
||||
|
||||
|
Reference in New Issue
Block a user