fix comment

This commit is contained in:
Brandon Aaron
2013-12-14 14:17:39 -05:00
parent 89baea9c29
commit 937799db29
+2 -2
View File
@@ -147,8 +147,8 @@
} }
} }
// When in oldMode the delta is based on 120. We devide // When in oldMode the delta is based on 120.
// by 40 to try and get a more usable deltaFactor. // Dividing by 40 to try and get a more usable deltaFactor.
if ( oldMode ) { if ( oldMode ) {
// Divide all the things by 40! // Divide all the things by 40!
delta /= 40; delta /= 40;