From 85cd1ecf29c3a295536ccc3782c2415d7518aef0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 6 May 2026 15:55:59 +1200 Subject: feat: Implemented PNG image writing It finally works now Definitely some clean up to be done --- src/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 907498b..75726a0 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,7 +1,7 @@ #pragma once // Toggles global debug -// #define ENABLE_DEBUG +/* #define ENABLE_DEBUG */ #ifdef ENABLE_DEBUG #define debug(x) (x) -- cgit v1.2.3