mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 15:09:07 +07:00
Editor filter bugfixes
This commit is contained in:
@ -331,7 +331,7 @@ public class Generators{
|
||||
average.mul(1f / asum);
|
||||
|
||||
if(block instanceof Floor){
|
||||
average.mul(0.8f);
|
||||
average.mul(0.77f);
|
||||
}else{
|
||||
average.mul(1.1f);
|
||||
}
|
||||
|
Reference in New Issue
Block a user