about summary refs log tree commit diff stats
path: root/undo.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-02 23:36:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-02 23:36:07 -0700
commit9bbfc2be13636040d2084f4ed20fee51a9219bc6 (patch)
tree47100ebac35a988ea02569a2c1a97a244a13e053 /undo.lua
parentb94b007db55d5a0c0b102ee6ecb644863b8858dc (diff)
downloadlines.love-9bbfc2be13636040d2084f4ed20fee51a9219bc6.tar.gz
crisp font rendering
Diffstat (limited to 'undo.lua')
-rw-r--r--undo.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/undo.lua b/undo.lua
index e196d24..2513632 100644
--- a/undo.lua
+++ b/undo.lua
@@ -49,7 +49,6 @@ function snapshot(s,e)
     cursor=deepcopy(Cursor1),
     current_drawing_mode=Drawing_mode,
     previous_drawing_mode=Previous_drawing_mode,
-    zoom=Zoom,
     lines={},
     start_line=s,
     end_line=e,