summaryrefslogtreecommitdiffstats
path: root/sdl/glframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/glframe.c')
-rw-r--r--sdl/glframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/glframe.c b/sdl/glframe.c
index 1c2fca2..e9c31e3 100644
--- a/sdl/glframe.c
+++ b/sdl/glframe.c
@@ -39,7 +39,7 @@ void glframe_get_camera_orientation(GLFrame *frame, M3DMatrix44f m)
m3dCrossProductf(x, frame->v_up, z);
/* matrix has no translation information and is transposed */
- #define M(row,col) m[col*4+row]
+ #define M(row,col) m[col*4+row]
M(0, 0) = x[0];
M(0, 1) = x[1];
M(0, 2) = x[2];