Deleting texture thats getting rended too.

This commit is contained in:
Teejoon
2016-03-07 17:52:47 +01:00
parent 3edc2f4819
commit fd994ca93d
10 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class SSAOPass
{
public:
SSAOPass(IRenderer* renderer, ConfigFile* config);
~SSAOPass() { };
~SSAOPass();
void ChangeQuality(int quality);