mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
Fix find mode not highlighting WARP particles
This commit is contained in:
committed by
Tamás Bálint Misius
parent
6fe82d7221
commit
29ed52d50e
@@ -88,7 +88,7 @@ static int update(UPDATE_FUNC_ARGS)
|
|||||||
static int graphics(GRAPHICS_FUNC_ARGS)
|
static int graphics(GRAPHICS_FUNC_ARGS)
|
||||||
{
|
{
|
||||||
*colr = *colg = *colb = *cola = 0;
|
*colr = *colg = *colb = *cola = 0;
|
||||||
*pixel_mode &= ~PMODE;
|
*pixel_mode |= NO_DECO;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user