diff options
author | Thales Lima <thaleslima.ufu@gmail.com> | 2017-10-25 19:17:00 -0200 |
---|---|---|
committer | Thales Lima <thaleslima.ufu@gmail.com> | 2017-10-25 19:17:00 -0200 |
commit | 7043bf93567689f3b1304cc998c1fb09b7e0e357 (patch) | |
tree | 4d6ca5dd407d0f729e7413ddd62d26b25beabfca /Project/Text.h | |
parent | c53fc819fe6dfe15dc3083b71e0161a68c8b32b5 (diff) | |
download | PSP.git-7043bf93567689f3b1304cc998c1fb09b7e0e357.tar.gz PSP.git-7043bf93567689f3b1304cc998c1fb09b7e0e357.tar.xz PSP.git-7043bf93567689f3b1304cc998c1fb09b7e0e357.zip |
Fixed textures bug on linux
Diffstat (limited to 'Project/Text.h')
-rw-r--r-- | Project/Text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Text.h b/Project/Text.h index 284353c..f7b1a68 100644 --- a/Project/Text.h +++ b/Project/Text.h @@ -89,6 +89,7 @@ class Text : public GraphicalElement virtual void UpdateText(double systemPowerBase); virtual wxString GetText() const { return m_text; } virtual void SetText(wxString text); + virtual bool IsGLTextOK(); void SetDataType(const DataType& dataType) { m_dataType = dataType; } void SetDirection(int direction) { m_direction = direction; } |