Fix typo in error message

This commit is contained in:
Romain Vimont 2024-03-01 00:11:48 +01:00
parent ffa238b9d3
commit a976417572
1 changed files with 1 additions and 1 deletions

View File

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