enforce trilinear and mipmap generation
This commit is contained in:
+3
-1
@@ -805,7 +805,9 @@ void Effect::startEffect() {
|
||||
}
|
||||
|
||||
void Effect::endEffect() {
|
||||
if (bound) glslProgram->release();
|
||||
if (bound) {
|
||||
glslProgram->release();
|
||||
}
|
||||
bound = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user