mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
121.3
This commit is contained in:
parent
ff93c21269
commit
8a5bd7571e
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ abstract class PuddleComp implements Posc, Puddlec, Drawc{
|
|||
float addSpeed = accepting > 0 ? 3f : 0f;
|
||||
|
||||
amount -= Time.delta * (1f - liquid.viscosity) / (5f + addSpeed);
|
||||
|
||||
amount += accepting;
|
||||
accepting = 0f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue