something else

This commit is contained in:
dinkc64 2018-04-16 03:27:17 +00:00
parent fdb8f0506f
commit f2f1330036
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// force the tilemap to ignore any transparency settings and any tile skipping
#define TMAP_FORCEOPAQUE (1 << 24)
// force the tilemap to ignore transparency
// force the tilemap to ignore transparency, but do not skip tiles
#define TMAP_DRAWOPAQUE (1 << 25)
// set tilemap to use transparent color (is set when using GenericTilemapSetTransparent)