mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 13:19:17 -05:00
Comment to avoid warning
This commit is contained in:
@ -667,7 +667,7 @@ int GuiSpinner(Rectangle bounds, int value, int minValue, int maxValue)
|
|||||||
Vector2 mousePoint = GetMousePosition();
|
Vector2 mousePoint = GetMousePosition();
|
||||||
|
|
||||||
int textWidth = MeasureText(FormatText("%i", value), style[GLOBAL_TEXT_FONTSIZE]);
|
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;
|
int buttonSide = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user