https://github.com/libsdl-org/Maelstrom/commit/68a123c649dff45ad947020e88c45414051e5b23
From 68a123c649dff45ad947020e88c45414051e5b23 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 19 Sep 2012 23:09:41 -0700
Subject: [PATCH] We're doing fast iteration again...
---
screenlib/SDL_FrameBuf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screenlib/SDL_FrameBuf.h b/screenlib/SDL_FrameBuf.h
index 01fecb70..ab25d185 100644
--- a/screenlib/SDL_FrameBuf.h
+++ b/screenlib/SDL_FrameBuf.h
@@ -29,7 +29,7 @@
*/
// Define this if you're rapidly iterating on UI screens
-//#define FAST_ITERATION
+#define FAST_ITERATION
#include <stdio.h>