iOS: Update Irrlicht to the very latest version and fix error with Irrlicht patch (#115)
* Fix error with Irrlicht patch * iOS: Update Irrlicht to the very latest version
This commit is contained in:
parent
c53f63021d
commit
64f2cbf6e3
@ -3,7 +3,7 @@
|
||||
. sdk.sh
|
||||
|
||||
[ ! -d irrlicht-src ] && \
|
||||
svn co -r 5573 svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es irrlicht-src
|
||||
svn co -r 5604 svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es irrlicht-src
|
||||
|
||||
cd irrlicht-src/
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
--- include/irrMath.h.orig 2018-04-17 13:15:07.000000000 +0200
|
||||
+++ include/irrMath.h 2018-04-17 13:15:50.000000000 +0200
|
||||
@@ -196,6 +196,12 @@
|
||||
{
|
||||
return ROUNDING_ERROR_f64;
|
||||
--- include/irrMath.h.orig 2018-04-29 19:11:40.000000000 +0200
|
||||
+++ include/irrMath.h 2018-04-29 19:15:14.000000000 +0200
|
||||
@@ -198,6 +198,12 @@
|
||||
}
|
||||
+
|
||||
+ template <>
|
||||
|
||||
template <>
|
||||
+ inline s16 roundingError()
|
||||
+ {
|
||||
+ return 0;
|
||||
+ }
|
||||
|
||||
template <>
|
||||
+
|
||||
+ template <>
|
||||
inline s32 roundingError()
|
||||
{
|
||||
return ROUNDING_ERROR_S32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user