浏览代码

Comment to avoid warning

pull/124/head
raysan5 9 年前
父节点
当前提交
4c9d0f16a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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];
o">//int textHeight = style[GLOBAL_TEXT_FONTSIZE]; // Unused variable
int buttonSide = 0;

正在加载...
取消
保存