Переглянути джерело

Corrected typo introduced in last commit

pull/245/head
Ray 8 роки тому
committed by GitHub
джерело
коміт
7c888edba1
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Переглянути файл

@ -291,7 +291,7 @@ static void InitTimer(void); // Initialize timer
static double GetTime(void); // Returns time since InitTimer() was run
static void Wait(float ms); // Wait for some milliseconds (stop program execution)
static bool GetKeyStatus(int key); // Returns if a key has been pressed
static bool ButtonStatus(int button); // Returns if a mouse button has been pressed
static bool GetMouseButtonStatus(int button); // Returns if a mouse button has been pressed
static void PollInputEvents(void); // Register user events
static void SwapBuffers(void); // Copy back buffer to front buffers
static void LogoAnimation(void); // Plays raylib logo appearing animation

Завантаження…
Відмінити
Зберегти