summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r--src/ui/labelwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c
index 4dd66a28..1ff6d3b7 100644
--- a/src/ui/labelwidget.c
+++ b/src/ui/labelwidget.c
@@ -347,7 +347,7 @@ static void draw_LabelWidget_(const iLabelWidget *d) {
347 bottomRight_Rect(frameRect), 347 bottomRight_Rect(frameRect),
348 bottomLeft_Rect(frameRect) 348 bottomLeft_Rect(frameRect)
349 }; 349 };
350#if SDL_VERSION_ATLEAST(2, 0, 16) 350#if SDL_COMPILEDVERSION == SDL_VERSIONNUM(2, 0, 16)
351 if (isOpenGLRenderer_Window()) { 351 if (isOpenGLRenderer_Window()) {
352 /* A very curious regression in SDL 2.0.16. */ 352 /* A very curious regression in SDL 2.0.16. */
353 points[3].x--; 353 points[3].x--;