Explorar el Código

Fix function call

pull/5004/head
Agnis Aldiņš "NeZvērs hace 6 meses
padre
commit
fa9653d179
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/core/core_3d_fps_controller.c

+ 1
- 1
examples/core/core_3d_fps_controller.c Ver fichero

@ -102,7 +102,7 @@ int main(void)
player.position.y + (BOTTOM_HEIGHT + headLerp),
player.position.z,
};
UpdateCameraAngle(o">&camera, &lookRotation, headTimer, walkLerp, lean);
UpdateCameraAngle();
DisableCursor(); // Limit cursor to relative movement inside the window

Cargando…
Cancelar
Guardar