Forgot HUD description for FILT tmp=9
This commit is contained in:
parent
e578b9f799
commit
ce277a11f1
@ -2078,8 +2078,8 @@ void GameView::OnDraw()
|
||||
else if (sample.particle.type == PT_FILT)
|
||||
{
|
||||
sampleInfo << c->ElementResolve(sample.particle.type, sample.particle.ctype);
|
||||
const char* filtModes[] = {"set colour", "AND", "OR", "subtract colour", "red shift", "blue shift", "no effect", "XOR", "NOT"};
|
||||
if (sample.particle.tmp>=0 && sample.particle.tmp<=8)
|
||||
const char* filtModes[] = {"set colour", "AND", "OR", "subtract colour", "red shift", "blue shift", "no effect", "XOR", "NOT", "old QRTZ scattering"};
|
||||
if (sample.particle.tmp>=0 && sample.particle.tmp<=9)
|
||||
sampleInfo << " (" << filtModes[sample.particle.tmp] << ")";
|
||||
else
|
||||
sampleInfo << " (unknown mode)";
|
||||
|
Loading…
Reference in New Issue
Block a user