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

Corrected typo

pull/2419/head
Ray пре 3 година
committed by GitHub
родитељ
комит
c2c1c93041
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/raymath.h

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

@ -18,7 +18,7 @@
* - Functions are always self-contained, no function use another raymath function inside,
* required code is directly re-implemented inside
* - Functions input parameters are always received by value (2 unavoidable exceptions)
* - Functions use always a "result" anmed variable for return
* - Functions use always a "result" variable for return
* - Functions are always defined inline
* - Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience)
*

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