summaryrefslogtreecommitdiff
path: root/Runtime/GUI/TextMesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/GUI/TextMesh.h')
-rw-r--r--Runtime/GUI/TextMesh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Runtime/GUI/TextMesh.h b/Runtime/GUI/TextMesh.h
index 8a29c92..c091a78 100644
--- a/Runtime/GUI/TextMesh.h
+++ b/Runtime/GUI/TextMesh.h
@@ -49,5 +49,4 @@ private:
Font* m_Font;
std::unordered_map<int/*IndexOfAtlas*/, VertexBuffer*> m_VBOs;
-
-};
+}; \ No newline at end of file