added memory cleanup

This commit is contained in:
Lauchmelder 2021-11-18 15:19:53 +01:00
parent a206be747c
commit 8da5f2d2e0
6 changed files with 17 additions and 4 deletions

View file

@ -8,6 +8,7 @@ public:
Orbital(unsigned int l, unsigned int m);
private:
void UpdateModel();
void DefineVAOLayout() final override;
private: