diff options
Diffstat (limited to 'Source/Core/Common/MathUtil.cpp')
| -rw-r--r-- | Source/Core/Common/MathUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/MathUtil.cpp b/Source/Core/Common/MathUtil.cpp index b2f8714698..d134ee6dde 100644 --- a/Source/Core/Common/MathUtil.cpp +++ b/Source/Core/Common/MathUtil.cpp @@ -243,7 +243,7 @@ double ApproximateReciprocal(double val) } // namespace -inline void MatrixMul(int n, const float *a, const float *b, float *result) +inline void MatrixMul(int n, const float* a, const float* b, float* result) { for (int i = 0; i < n; ++i) { |
