Update stb_tilemap_editor.h

This commit is contained in:
Sherjil Ozair 2018-05-25 22:46:47 -04:00 committed by GitHub
parent e6afb9cbae
commit a20ccd4a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
//