summaryrefslogtreecommitdiffstats
path: root/Project/OpenGLText.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/OpenGLText.h')
-rw-r--r--Project/OpenGLText.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/OpenGLText.h b/Project/OpenGLText.h
index c07dab1..08da8f1 100644
--- a/Project/OpenGLText.h
+++ b/Project/OpenGLText.h
@@ -42,6 +42,7 @@ class OpenGLText
virtual wxString GetText() const { return m_text; }
virtual int GetWidth() const { return m_bitmapSize.GetWidth(); }
virtual int GetHeight() const { return m_bitmapSize.GetHeight(); }
+ virtual bool IsTextureOK();
protected:
void Init();
int RoundToPowerOfTwo(int value, int min = 32);