enforce trilinear and mipmap generation

This commit is contained in:
itsmattkc
2019-03-28 18:21:35 +11:00
parent c468d023b0
commit 4e0188fd3a
7 changed files with 32 additions and 18 deletions
+3 -1
View File
@@ -805,7 +805,9 @@ void Effect::startEffect() {
}
void Effect::endEffect() {
if (bound) glslProgram->release();
if (bound) {
glslProgram->release();
}
bound = false;
}