diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2019-10-03 14:54:55 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2019-10-03 14:54:55 -0400 |
commit | 5b1c22529a946a782a8376de2b34c28348d078d1 (patch) | |
tree | 43668d02d8488b0385a36f072cae454f869ba440 /src/text.hpp | |
parent | ad5a63db312d0029109e6ca0051feaa516419ad2 (diff) |
fixes; font mem leak fix
Diffstat (limited to 'src/text.hpp')
-rw-r--r-- | src/text.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp index 7cf90b2..1ef2afa 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -77,6 +77,8 @@ struct Font { class TextSystem : public entityx::System<TextSystem> { public: + ~TextSystem(void); + /** * Prepares the system for running. */ |