mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 23:38:15 +00:00
Corrected bug
This commit is contained in:
@@ -170,6 +170,7 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat); // Transfo
|
||||
|
||||
#endif // notdef RAYMATH_EXTERN_INLINE
|
||||
|
||||
#endif // RAYMATH_H
|
||||
//////////////////////////////////////////////////////////////////// end of header file
|
||||
|
||||
#if defined(RAYMATH_IMPLEMENTATION) || defined(RAYMATH_EXTERN_INLINE)
|
||||
@@ -1096,5 +1097,3 @@ RMDEF void QuaternionTransform(Quaternion *q, Matrix mat)
|
||||
}
|
||||
|
||||
#endif // RAYMATH_IMPLEMENTATION
|
||||
|
||||
#endif // RAYMATH_H
|
Reference in New Issue
Block a user