uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit ed22793a69232afcfa777a1f06ed140ce1e0e1a3
parent 5abb885eb57e91e3fa63c27a617b127bb76d12f1
Author: sroccaserra <sroccaserra@yahoo.com>
Date:   Thu, 10 Feb 2022 12:20:45 +0100

(monospace.tal) Remove values left on the stack

Functions draw-uf1 and draw-uf1-linebreaks are leaving two 8 bit values
on the stack, this commit removes them.

Diffstat:
Mprojects/examples/gui/monospace.tal | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/projects/examples/gui/monospace.tal b/projects/examples/gui/monospace.tal @@ -46,6 +46,7 @@ BRK ( draw ) STHkr .Screen/sprite DEO INC2 LDAk ,&while JCN POPr + POP2 JMP2r @@ -65,6 +66,7 @@ JMP2r &end INC2 LDAk ,&while JCN POPr + POP2 JMP2r