summaryrefslogtreecommitdiffstats
path: root/Project/Constant.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-24 21:14:59 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-24 21:14:59 -0200
commit39a34b99185b3c046fb4427d07dd333575962e29 (patch)
tree6654d829e82410a6ab0525d2273aeb523f124523 /Project/Constant.h
parent43f947856a6ce58fb5b168680c53fd7652f63f46 (diff)
downloadPSP.git-39a34b99185b3c046fb4427d07dd333575962e29.tar.gz
PSP.git-39a34b99185b3c046fb4427d07dd333575962e29.tar.xz
PSP.git-39a34b99185b3c046fb4427d07dd333575962e29.zip
A lot of text bugfixes
Diffstat (limited to 'Project/Constant.h')
-rw-r--r--Project/Constant.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Project/Constant.h b/Project/Constant.h
index 367916d..abc7871 100644
--- a/Project/Constant.h
+++ b/Project/Constant.h
@@ -21,7 +21,7 @@
#include "ControlElement.h"
#include <wx/dcscreen.h>
-#include "wxGLString.h"
+#include "OpenGLText.h"
class ConstantForm;
@@ -53,8 +53,7 @@ class Constant : public ControlElement
protected:
double m_value = 1.0;
- wxGLString* m_glStringValue = NULL;
- int m_fontSize = 10;
+ OpenGLText* m_glText = NULL;
};
#endif // CONSTANT_H