Fix missing draw update on Y view change
This commit is contained in:
parent
4998963189
commit
9713603cd5
@ -1551,7 +1551,7 @@ inputBiomeName.oninput = function() {
|
|||||||
/* Diagram view settings events */
|
/* Diagram view settings events */
|
||||||
|
|
||||||
inputViewY.oninput = function() {
|
inputViewY.oninput = function() {
|
||||||
draw(false);
|
draw(true);
|
||||||
updateAltitudeText();
|
updateAltitudeText();
|
||||||
}
|
}
|
||||||
inputCheckboxNames.onchange = function() {
|
inputCheckboxNames.onchange = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user