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:
sfan5 2018-04-29 20:11:28 +02:00 committed by MoNTE48
parent c53f63021d
commit 64f2cbf6e3
2 changed files with 16 additions and 16 deletions

View File

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

View File

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