mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 802400 - Restore pan timer to 60 Hz because of trobopan regression. r=kats
This commit is contained in:
parent
f4bd2d33b7
commit
d90aa800b3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user