Comment to avoid warning
This commit is contained in:
parent
80b3c4cd2b
commit
4c9d0f16a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue