Add missing initialization

This commit is contained in:
Romain Vimont 2024-02-29 19:37:05 +01:00
parent bf069bd37b
commit cdf09805c0
1 changed files with 1 additions and 0 deletions

View File

@ -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;