Przeglądaj źródła

Corrected typo

pull/798/head
Ray 6 lat temu
rodzic
commit
4e58d4102c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h Wyświetl plik

@ -925,7 +925,7 @@ RLAPI Ray GetMouseRay(Vector2 mousePosition, Camera camera); // Returns a r
RLAPI Vector2 GetWorldToScreen(Vector3 position, Camera camera); // Returns the screen space position for a 3d world space position
RLAPI Matrix GetCameraMatrix(Camera camera); // Returns camera transform matrix (view matrix)
// timing-related functions
// Timing-related functions
RLAPI void SetTargetFPS(int fps); // Set target FPS (maximum)
RLAPI int GetFPS(void); // Returns current FPS
RLAPI float GetFrameTime(void); // Returns time in seconds for last frame drawn

||||||
x
 
000:0
Ładowanie…
Anuluj
Zapisz