diff --git a/build/iOS/deps/irrlicht.sh b/build/iOS/deps/irrlicht.sh index 5b384c98..869ac1ec 100755 --- a/build/iOS/deps/irrlicht.sh +++ b/build/iOS/deps/irrlicht.sh @@ -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/ diff --git a/build/iOS/patches/irrlicht-roundingerror.patch b/build/iOS/patches/irrlicht-roundingerror.patch index d9e991fd..7d185926 100644 --- a/build/iOS/patches/irrlicht-roundingerror.patch +++ b/build/iOS/patches/irrlicht-roundingerror.patch @@ -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; - } -+ -+ template <> -+ inline s16 roundingError() -+ { -+ return 0; -+ } - - template <> - inline s32 roundingError() +--- 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 <> ++ inline s16 roundingError() ++ { ++ return 0; ++ } ++ ++ template <> + inline s32 roundingError() + { + return ROUNDING_ERROR_S32;