diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-04-07 01:33:07 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-04-07 01:33:07 +0200 |
commit | 1b72dceae8427a7e43bef44c7dbb47f53c0cb865 (patch) | |
tree | 0ccb209a12dcd733367a43b7d1899463234704c6 /examples/ui.c | |
parent | 068e4f94310953bf3d2ead074997b55d4c3c0091 (diff) | |
download | reduced_system_layer-1b72dceae8427a7e43bef44c7dbb47f53c0cb865.zip |
Rewrite antialiasing downscale code
Diffstat (limited to 'examples/ui.c')
-rw-r--r-- | examples/ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ui.c b/examples/ui.c index 943828d..ebc00c8 100644 --- a/examples/ui.c +++ b/examples/ui.c @@ -1,4 +1,3 @@ -#define MAX_FRAME_DURATION 100 #include "../graphics.c" b8 button_0_down = 0; |