mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 21:58:09 +00:00
Add compatibility with RW 3.4
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
/**
|
||||
* \defgroup rtquat RtQuat
|
||||
* \ingroup rttool
|
||||
* \ingroup mathtools
|
||||
*
|
||||
* Quaternion Toolkit for RenderWare.
|
||||
*
|
||||
@ -392,7 +392,7 @@ MACRO_START \
|
||||
\
|
||||
/* Matrix is orthogonal */ \
|
||||
rwMatrixSetFlags((mpMatrix), \
|
||||
(rwMATRIXTYPEORTHOGANAL & \
|
||||
(rwMATRIXTYPEORTHOGONAL & \
|
||||
~rwMATRIXINTERNALIDENTITY) ); \
|
||||
\
|
||||
} \
|
||||
|
Reference in New Issue
Block a user