mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-25 17:20:47 +02:00
Disable deco on photons, to prevent potential confusion between wavelength and deco colours.
(Previously, it always glowed with the wavelengths colour, deco only worked fine in nothing view).
This commit is contained in:
@@ -120,7 +120,7 @@ int Element_PHOT::graphics(GRAPHICS_FUNC_ARGS)
|
||||
*fireb = *colb;
|
||||
|
||||
*pixel_mode &= ~PMODE_FLAT;
|
||||
*pixel_mode |= FIRE_ADD | PMODE_ADD;
|
||||
*pixel_mode |= FIRE_ADD | PMODE_ADD | NO_DECO;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user