From c262a1c90ba0b164212d8ae6385cd6ba84cbd605 Mon Sep 17 00:00:00 2001 From: RoBuTunik <168793090+RoBuTunik@users.noreply.github.com> Date: Sat, 22 Nov 2025 20:40:29 -0700 Subject: [PATCH] Fix level scaling after pasting string into creator --- 5b.js | 1 + 1 file changed, 1 insertion(+) diff --git a/5b.js b/5b.js index 1e29cff..6b65cdd 100755 --- a/5b.js +++ b/5b.js @@ -9469,6 +9469,7 @@ function draw() { onButton = true; if (mouseIsDown && !pmouseIsDown) { readLevelString(levelLoadString); + lcSetZoom(0); lcPopUp = false; editingTextBox = false; deselectAllTextBoxes();