fix: OpenGL textures not being cleaned up correctly

This commit is contained in:
WerWolv
2022-09-18 20:38:45 +02:00
parent 5eabc05396
commit 3cdc8c5884
8 changed files with 115 additions and 112 deletions

View File

@@ -14,7 +14,6 @@ namespace hex::plugin::builtin {
class ViewAbout : public View {
public:
ViewAbout();
~ViewAbout() override;
void drawContent() override;