From 7043bf93567689f3b1304cc998c1fb09b7e0e357 Mon Sep 17 00:00:00 2001 From: Thales Lima Date: Wed, 25 Oct 2017 19:17:00 -0200 Subject: Fixed textures bug on linux --- Project/Text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Text.h') 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; } -- cgit