]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
typo
authorMartin Taibr <taibr.martin@gmail.com>
Sun, 28 Jul 2019 01:03:05 +0000 (03:03 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sun, 28 Jul 2019 01:03:05 +0000 (03:03 +0200)
qcsrc/client/csqcmodel_hooks.qc

index 1dfc006c353d57ea8d6722a891097517703f5ed2..1272758f76cee3de642322d9ce6ffb2419660e7a 100644 (file)
@@ -542,7 +542,7 @@ void CSQCModel_Effects_Apply(entity this)
        {
                // This will be hard to replace with MAKE_VECTORS because it's called as part of the predraw function
                // as documented in csprogs.h in the engine. The globals can then be read in many places in the engine.
-               // However MR_ROTATE is currently only used in one place - might be possible to get rid of it entirely.
+               // However MF_ROTATE is currently only used in one place - might be possible to get rid of it entirely.
                this.renderflags |= RF_USEAXIS;
                makevectors(this.angles + '0 100 0' * fmod(time, 3.6));
        }