Fix for 32bpp tilesets
This commit is contained in:
parent
f0a4e156f2
commit
e5825baba0
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ global void ColorCycle(void)
|
|||
colors, 0, 256);
|
||||
curlink = curlink->Next;
|
||||
}
|
||||
} else {
|
||||
} else if (TheMap.TileGraphic->Surface->format->BytesPerPixel == 1) {
|
||||
//
|
||||
// Color cycle tileset palette
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue