fix bug when rasterfont disappears sometimes

This commit is contained in:
degasus
2013-01-25 20:39:19 +01:00
parent 41b1128fdd
commit 13e9bb56f8
3 changed files with 60 additions and 51 deletions

View File

@ -14,6 +14,9 @@ class Renderer : public ::Renderer
public:
Renderer();
~Renderer();
static void Init();
static void Shutdown();
void SetColorMask();
void SetBlendMode(bool forceUpdate);