Преглед изворни кода

Corrected compiler complaint

pull/84/head
raysan5 пре 9 година
родитељ
комит
83459159f4
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      src/gestures.c
  2. +1
    -1
      src/makefile

+ 1
- 1
src/gestures.c Прегледај датотеку

@ -184,7 +184,7 @@ void ProcessGestureEvent(GestureEvent event)
}
else if (event.touchAction == TOUCH_MOVE)
{
if (p">(currentGesture == GESTURE_DRAG)) eventTime = GetCurrentTime();
if (currentGesture == GESTURE_DRAG) eventTime = GetCurrentTime();
if (!startMoving)
{

+ 1
- 1
src/makefile Прегледај датотеку

@ -94,7 +94,7 @@ endif
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
OBJS = core.o rlgl.o glad.o shapes.o text.o textures.o models.o audio.o utils.o camera.o gestures.o stb_vorbis.o
else
#GLAD only required on desktop platform
#GLAD only required on desktop platform
OBJS = core.o rlgl.o shapes.o text.o textures.o models.o audio.o stb_vorbis.o utils.o camera.o gestures.o
endif

Loading…
Откажи
Сачувај