diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 15:36:26 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 15:36:26 -0400 |
commit | 145d74e433216f8c17475685c553321ca4cbedf3 (patch) | |
tree | 58a06bc92cf13ae9587015cd6b9fc6dd34f919ba /src/render.hpp | |
parent | 927348d9d8eb16b469c23ef32486bea5f94c5469 (diff) |
text rendering in-place; but something's missing
Diffstat (limited to 'src/render.hpp')
-rw-r--r-- | src/render.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render.hpp b/src/render.hpp index d74aca4..3f632f1 100644 --- a/src/render.hpp +++ b/src/render.hpp @@ -67,6 +67,7 @@ private: // Map of VBOs and their render data std::map<GLuint, RenderData> renders; + public: RenderSystem() : window(nullptr, SDL_DestroyWindow) {} |