[Apps/Magnify] Small code improvement
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 24s
Build system / Build (pull_request) Successful in 6m8s

This commit is contained in:
2025-05-08 20:07:42 +03:00
parent ff60bedc09
commit 87dacf1193

View File

@@ -65,13 +65,12 @@ button:
mouse:
mcall SF_MOUSE_GET, SSF_BUTTON
test ax, 0x0001
jz .move
jmp still
jnz still
.move:
call logic_read_screen
call draw_magnify
call logic_read_screen
call draw_magnify
jmp still