diff options
Diffstat (limited to 'sdl/math3d.h')
-rw-r--r-- | sdl/math3d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sdl/math3d.h b/sdl/math3d.h index 875757c..d9d9117 100644 --- a/sdl/math3d.h +++ b/sdl/math3d.h @@ -111,8 +111,6 @@ static inline void m3dSetMatrixColumn44f(M3DMatrix44f dst, const M3DVector4f src memcpy(dst + (4 * col), src, sizeof(float) * 4); } - - static inline void m3dLoadVector2f(M3DVector2f v, const float x, const float y) { v[0] = x; |