diff options
| author | Joshua Reisenauer <kd7tck@msn.com> | 2016-06-02 13:43:11 -0700 |
|---|---|---|
| committer | Joshua Reisenauer <kd7tck@msn.com> | 2016-06-02 13:43:11 -0700 |
| commit | 96fa716525e22f9f75575f2dc1b431c58567d8a1 (patch) | |
| tree | b79a76033bf94e9f25cad98f0529cdd455a67e5f /src/raygui.c | |
| parent | cf2975d062a991d69fde60c3cdc043a8a39a09dc (diff) | |
| parent | 4bc339ea4e5d833558ad4bcf14cd41e2a48a1d83 (diff) | |
| download | raylib-96fa716525e22f9f75575f2dc1b431c58567d8a1.tar.gz raylib-96fa716525e22f9f75575f2dc1b431c58567d8a1.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/raygui.c')
| -rw-r--r-- | src/raygui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raygui.c b/src/raygui.c index 266ecc6a..eaf15224 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; |
