Explorar el Código

Update text_input_box.c

pull/1657/head
Ray hace 3 años
padre
commit
7a566a07ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/text/text_input_box.c

+ 1
- 1
examples/text/text_input_box.c Ver fichero

@ -69,7 +69,7 @@ int main(void)
name[letterCount] = '\0';
}
}
else if (GetMouseCursor() != MOUSE_CURSOR_DEFAULT) SetMouseCursor(MOUSE_CURSOR_DEFAULT);
else SetMouseCursor(MOUSE_CURSOR_DEFAULT);
if (mouseOnText) framesCounter++;
else framesCounter = 0;

Cargando…
Cancelar
Guardar