mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 01:37:12 +01:00
introduce matrix class and use it
This commit is contained in:
@@ -38,7 +38,9 @@ public:
|
||||
void beginRender();
|
||||
void endRender();
|
||||
|
||||
const Size& getViewportSize() const { return m_viewportSize; }
|
||||
void setViewportSize(const Size& size);
|
||||
|
||||
const Size& getViewportSize() { return m_viewportSize; }
|
||||
TexturePtr getEmptyTexture() { return m_emptyTexture; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user