From a20ccd4a7d975a80db748c621d173a2f059f1fd7 Mon Sep 17 00:00:00 2001 From: Sherjil Ozair Date: Fri, 25 May 2018 22:46:47 -0400 Subject: [PATCH] Update stb_tilemap_editor.h --- stb_tilemap_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_tilemap_editor.h b/stb_tilemap_editor.h index 352042b..23fde68 100644 --- a/stb_tilemap_editor.h +++ b/stb_tilemap_editor.h @@ -168,7 +168,7 @@ // #define STB_TILEMAP_EDITOR_IMPLEMENTATION // // this triggers the implementation // -// void STBTE_DRAW_RECT(int x0, int y0, int x1, int y1, uint color); +// void STBTE_DRAW_RECT(int x0, int y0, int x1, int y1, unsigned int color); // // this must draw a filled rectangle (exclusive on right/bottom) // // color = (r<<16)|(g<<8)|(b) //