Corretto bug minimap frasi
This commit is contained in:
parent
6d15949f95
commit
dfe4cee56f
|
@ -38,8 +38,8 @@ function drawMinimap(name, onlyContent = false){
|
||||||
currentMinimap = name;
|
currentMinimap = name;
|
||||||
|
|
||||||
if (currentMinimap == '#vistaFrasi') {
|
if (currentMinimap == '#vistaFrasi') {
|
||||||
correctionFactor = 1.003;
|
//correctionFactor = 1.003;
|
||||||
//correctionFactor = 0.967;
|
correctionFactor = 1.009;
|
||||||
scrollCorrectionFactor = 0.997;
|
scrollCorrectionFactor = 0.997;
|
||||||
//scrollCorrectionFactor = 1;
|
//scrollCorrectionFactor = 1;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue