mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 12:32:40 +02:00
Fix decorations
This commit is contained in:
@@ -1877,7 +1877,7 @@ void render_parts(pixel *vid)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Apply decoration colour
|
//Apply decoration colour
|
||||||
if(!(colour_mode & COLOUR_HEAT|COLOUR_LIFE))
|
if(!colour_mode)
|
||||||
{
|
{
|
||||||
if(!(pixel_mode & NO_DECO) && decorations_enable)
|
if(!(pixel_mode & NO_DECO) && decorations_enable)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user