hide .tmp in HUD for RFRG and RFGL
This commit is contained in:
parent
7e9124033b
commit
ac489c9295
@ -2325,6 +2325,7 @@ void GameView::OnDraw()
|
||||
}
|
||||
sampleInfo << ", Temp: " << std::fixed << sample.particle.temp -273.15f << " C";
|
||||
sampleInfo << ", Life: " << sample.particle.life;
|
||||
if (sample.particle.type != PT_RFRG && sample.particle.type != PT_RFGL)
|
||||
sampleInfo << ", Tmp: " << sample.particle.tmp;
|
||||
|
||||
// only elements that use .tmp2 show it in the debug HUD
|
||||
|
Loading…
Reference in New Issue
Block a user