mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
Log mipmaps error only if mipmaps were requested
This commit is contained in:
parent
0b4b4609dc
commit
c6de5b0a15
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ sc_frame_texture_init(struct sc_frame_texture *ftex, SDL_Renderer *renderer,
|
|||
} else {
|
||||
LOGI("Trilinear filtering disabled");
|
||||
}
|
||||
} else {
|
||||
} else if (scale_filter == SC_SCALE_FILTER_TRILINEAR) {
|
||||
LOGD("Trilinear filtering disabled (not an OpenGL renderer)");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue