TPT: Fix the bug where you could set bad temp to insulators. 64629df1af
This commit is contained in:
parent
f8b1e1a232
commit
0cc8f84e63
@ -2878,6 +2878,7 @@ void Simulation::update_particles_i(int start, int inc)
|
||||
}
|
||||
}
|
||||
}
|
||||
else parts[i].temp = restrict_flt(parts[i].temp, MIN_TEMP, MAX_TEMP);
|
||||
}
|
||||
|
||||
if (t==PT_LIFE)
|
||||
|
Reference in New Issue
Block a user