mirror of https://github.com/Genymobile/scrcpy
Fix typo in error message
This commit is contained in:
parent
ffa238b9d3
commit
a976417572
|
@ -59,7 +59,7 @@ sc_display_init(struct sc_display *display, SDL_Window *window, bool mipmaps) {
|
|||
LOGI("Trilinear filtering disabled");
|
||||
}
|
||||
} else if (mipmaps) {
|
||||
LOGD("Trilinear filtering disabled (not an OpenGL renderer");
|
||||
LOGD("Trilinear filtering disabled (not an OpenGL renderer)");
|
||||
}
|
||||
|
||||
display->pending.flags = 0;
|
||||
|
|
Loading…
Reference in New Issue