Ver código fonte

Corrected bug

pull/81/head
raysan5 10 anos atrás
pai
commit
882e2abee1
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      src/raymath.h

+ 1
- 2
src/raymath.h Ver arquivo

@ -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

Carregando…
Cancelar
Salvar