From 57de42c23f02f286c9559ea35c28c35addaec955 Mon Sep 17 00:00:00 2001
From: Sean Barrett <sean@nothings.org>
Date: Sun, 2 Feb 2020 07:06:27 -0800
Subject: [PATCH] disable broken tilemap editor build

---
 tests/test_c_compilation.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tests/test_c_compilation.c b/tests/test_c_compilation.c
index 9b4d504..0c7c46c 100644
--- a/tests/test_c_compilation.c
+++ b/tests/test_c_compilation.c
@@ -32,15 +32,12 @@ void STBTE_DRAW_RECT(int x0, int y0, int x1, int y1, unsigned int color)
 {
 }
 
-
-
 void STBTE_DRAW_TILE(int x0, int y0, unsigned short id, int highlight, float *data)
 {
 }
 
 #define STB_TILEMAP_EDITOR_IMPLEMENTATION
-#include "stb_tilemap_editor.h"
-
+//#include "stb_tilemap_editor.h"   // @TODO: it's broken
 
 int quicktest(void)
 {