mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-05 06:52:36 +02:00
Add C5 to phot HUD list, fixes #401
This commit is contained in:
parent
866289c179
commit
0dd1cbf050
@ -2285,7 +2285,7 @@ void GameView::OnDraw()
|
||||
if (type == PT_PIPE || type == PT_PPIP)
|
||||
ctype = sample.particle.tmp&0xFF;
|
||||
|
||||
if (type == PT_PHOT || type == PT_BIZR || type == PT_BIZRG || type == PT_BIZRS || type == PT_FILT || type == PT_BRAY)
|
||||
if (type == PT_PHOT || type == PT_BIZR || type == PT_BIZRG || type == PT_BIZRS || type == PT_FILT || type == PT_BRAY || type == PT_C5)
|
||||
wavelengthGfx = (ctype&0x3FFFFFFF);
|
||||
|
||||
if (showDebug)
|
||||
|
Loading…
x
Reference in New Issue
Block a user