From 3b56c51e646723d936c5c6f27d26547a37d4f126 Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 22 May 2019 20:28:53 +0200 Subject: added CFont --- src/render/Sprite2d.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/render/Sprite2d.h') diff --git a/src/render/Sprite2d.h b/src/render/Sprite2d.h index 80e718d7..1813d4ee 100644 --- a/src/render/Sprite2d.h +++ b/src/render/Sprite2d.h @@ -2,16 +2,15 @@ class CSprite2d { - RwTexture *m_pTexture; - - static RwIm2DVertex *maVertices; //[4]; -public: static float &RecipNearClip; static int32 &mCurrentBank; static RwTexture **mpBankTextures; //[10]; static int32 *mCurrentSprite; //[10]; static int32 *mBankStart; //[10]; static RwIm2DVertex *maBankVertices; //[500]; + static RwIm2DVertex *maVertices; //[4]; +public: + RwTexture *m_pTexture; static void SetRecipNearClip(void); static void InitPerFrame(void); -- cgit v1.2.3