From 80f3fc6efa21ddb8d8fc92bfaf6d6b9be1be66e6 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Mon, 18 Sep 2023 13:31:34 -0400 Subject: display: debug cleanup --- virtual-programs/display.folk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'virtual-programs') diff --git a/virtual-programs/display.folk b/virtual-programs/display.folk index 08d617c3..1a6246fe 100644 --- a/virtual-programs/display.folk +++ b/virtual-programs/display.folk @@ -167,7 +167,7 @@ On process { [list [+ $x $right] [- $y $top]] \ [list [+ $x $right] [- $y $bottom]] \ [list [+ $x $left] [- $y $bottom]]] - stroke $quad 10 red + # stroke $quad 10 red Gpu::draw $glyph $fontAtlas $fontAtlasSize \ $atlasBounds {*}$quad } @@ -223,7 +223,7 @@ On process { set renderTime [baretime { Display::start Display::text 100 100 1.0 "Hello, pworld!" 0 - Display::stroke {{100 100} {400 100}} 4 red + # Display::stroke {{100 100} {400 100}} 4 red foreach command $displayCommands { {*}$command } Display::end }] -- cgit v1.2.3