From 4c9d0f16a5f797e7cca2723245923d0516432a48 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 2 Jun 2016 19:09:31 +0200 Subject: [PATCH] Comment to avoid warning --- src/raygui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raygui.c b/src/raygui.c index 266ecc6a5..eaf15224f 100644 --- a/src/raygui.c +++ b/src/raygui.c @@ -667,7 +667,7 @@ int GuiSpinner(Rectangle bounds, int value, int minValue, int maxValue) Vector2 mousePoint = GetMousePosition(); int textWidth = MeasureText(FormatText("%i", value), style[GLOBAL_TEXT_FONTSIZE]); - int textHeight = style[GLOBAL_TEXT_FONTSIZE]; + //int textHeight = style[GLOBAL_TEXT_FONTSIZE]; // Unused variable int buttonSide = 0;