MultiCraft/build/iOS/patches/irrlicht-roundingerror.patch
sfan5 64f2cbf6e3 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
2018-04-29 20:11:28 +02:00

16 lines
303 B
Diff

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