diff options
author | chai <chaifix@163.com> | 2021-11-02 19:44:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-02 19:44:01 +0800 |
commit | 72812a7b47f90f9460e54e8149ba9199a7841244 (patch) | |
tree | 9ebdb4b65d7cbbc0a3d7c436a9b45d4eff351b62 /Runtime/GUI/TextMesh.h | |
parent | b7511abf1a1f302b5c7ebf50faaf65b62d7bb6ed (diff) |
! Text mesh done
Diffstat (limited to 'Runtime/GUI/TextMesh.h')
-rw-r--r-- | Runtime/GUI/TextMesh.h | 3 |
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 |