mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 07:50:34 +00:00
Add compatibility with RW 3.4
This commit is contained in:
parent
dd717b2d93
commit
87eb96453a
96 changed files with 2572 additions and 25458 deletions
|
@ -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) ); \
|
||||
\
|
||||
} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue