mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 21:44:20 +01: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