From: divverent Date: Mon, 5 Oct 2009 14:25:57 +0000 (+0000) Subject: fix typo elsif X-Git-Tag: xonotic-v0.1.0preview~1323 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1ccd5cf2c73f148a664566ed0dd4f5491b4a0ab9;p=xonotic%2Fdarkplaces.git fix typo elsif git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9311 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/matrixlib.c b/matrixlib.c index e1d0a2b4..9b7b4a68 100644 --- a/matrixlib.c +++ b/matrixlib.c @@ -197,7 +197,7 @@ int Matrix4x4_Invert_Full (matrix4x4_t *out, const matrix4x4_t *in1) return 1; } -#elsif 1 +#elif 1 // Adapted from code contributed to Mesa by David Moore (Mesa 7.6 under SGI Free License B - which is MIT/X11-type) // number of multiplications reduced by divVerent, yet to be benchmarked int Matrix4x4_Invert_Full (matrix4x4_t *out, const matrix4x4_t *in1)