diff options
Diffstat (limited to 'sdl/math3d.c')
-rw-r--r-- | sdl/math3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/math3d.c b/sdl/math3d.c index e189a01..775dabd 100644 --- a/sdl/math3d.c +++ b/sdl/math3d.c @@ -196,7 +196,7 @@ void m3dMatrixMultiply44f(M3DMatrix44f product, const M3DMatrix44f a, P(i, 2) = ai0 * B(0, 2) + ai1 * B(1, 2) + ai2 * B(2, 2) + ai3 * B(3, 2); P(i, 3) = ai0 * B(0, 3) + ai1 * B(1, 3) + ai2 * B(2, 3) + ai3 * B(3, 3); } - + #undef A #undef B #undef P |