mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-30 13:58:08 +00:00
Log mipmaps error only if mipmaps are enabled
This commit is contained in:
@@ -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)");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user