Преглед на файлове

Corrected function name

pull/382/head
Ray преди 7 години
родител
ревизия
9e0105a1a3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h Целия файл

@ -764,7 +764,7 @@ RLAPI Color Fade(Color color, float alpha); // Color fade-
RLAPI float *ColorToFloat(Color color); // Converts Color to float array and normalizes
// Math useful functions (available from raymath.h)
RLAPI float *VectorToFloat(Vector3 vec); // Returns Vector3 as float array
RLAPI float *Vector3ToFloat(Vector3 vec); // Returns Vector3 as float array
RLAPI float *MatrixToFloat(Matrix mat); // Returns Matrix as float array
RLAPI Vector3 Vector3Zero(void); // Vector with components value 0.0f
RLAPI Vector3 Vector3One(void); // Vector with components value 1.0f

Зареждане…
Отказ
Запис