Bug 802400 - Restore pan timer to 60 Hz because of trobopan regression. r=kats

This commit is contained in:
Benoit Girard 2012-10-18 13:56:47 -04:00
parent f4bd2d33b7
commit d90aa800b3

View File

@ -84,7 +84,7 @@ abstract class Axis {
});
}
static final float MS_PER_FRAME = 4.0f;
static final float MS_PER_FRAME = 1000.0f / 60.0f;
private static final float FRAMERATE_MULTIPLIER = (1000f/60f) / MS_PER_FRAME;
// The values we use for friction are based on a 16.6ms frame, adjust them to MS_PER_FRAME: