mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-23 16:25:14 +00:00
Add missing initialization
This commit is contained in:
parent
bf069bd37b
commit
cdf09805c0
@ -62,6 +62,7 @@ sc_display_init(struct sc_display *display, SDL_Window *window, bool mipmaps) {
|
||||
LOGD("Trilinear filtering disabled (not an OpenGL renderer)");
|
||||
}
|
||||
|
||||
display->texture = NULL;
|
||||
display->pending.flags = 0;
|
||||
display->pending.frame = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user