Log mipmaps error only if mipmaps are enabled
This commit is contained in:
parent
862948b132
commit
a566635c43
@ -301,7 +301,7 @@ screen_init_rendering(struct screen *screen, const char *window_title,
|
||||
} else {
|
||||
LOGI("Trilinear filtering disabled");
|
||||
}
|
||||
} else {
|
||||
} else if (mipmaps) {
|
||||
LOGD("Trilinear filtering disabled (not an OpenGL renderer)");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user