mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-14 20:34:02 +02:00
Fix STKM never darkening in FIND mode ... unless you were trying to find it
(broken since ef04068a85
)
This commit is contained in:
@@ -578,7 +578,7 @@ void Renderer::render_parts()
|
||||
legb = 255;
|
||||
}
|
||||
|
||||
if (matchesFindingElement)
|
||||
if (findingElement && !matchesFindingElement)
|
||||
{
|
||||
colr /= 10;
|
||||
colg /= 10;
|
||||
|
Reference in New Issue
Block a user