Disable AO for the Spatial Pylon due to artifacts.

This commit is contained in:
Sebastian Hartte
2020-07-19 00:12:20 +02:00
parent a94e8504f8
commit 7121426fc9
@@ -184,7 +184,7 @@ class SpatialPylonBakedModel implements IDynamicBakedModel {
@Override
public boolean isAmbientOcclusion() {
return true;
return false;
}
@Override