Explorar o código

Comment to avoid warning

raysan5 %!s(int64=9) %!d(string=hai) anos
pai
achega
4c9d0f16a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/raygui.c

+ 1 - 1
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;