Map jiggle small-fix: wait less for map to stop moving

This commit is contained in:
VakarisZ 2020-06-08 10:31:31 +03:00
parent fb59531969
commit 4c8319669f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export const basic_options = {
springLength: 100,
springConstant: 0.025
},
minVelocity: 0.3,
minVelocity: 0.7,
maxVelocity: 25
}
};