16 lines
291 B
Diff
16 lines
291 B
Diff
--- 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()
|