Skip to content

Commit

Permalink
Closed the debug.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
Aebestach committed Feb 16, 2024
1 parent e5be8d1 commit e6e544d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified GameData/Extra/LowPerformancePlugin/WeatherDrivenSolarPanel.dll
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion GenericFunctionModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ public static float VolumetricCloudTransmittance(CelestialBody sun, out string l
}

float lightTransmittance = (float)Math.Exp(-totalDensity);
Debug.Log("lightTransmittance\t" + lightTransmittance);

float middleValue = 1f;
if (layerName == "TemperateCumulus" || layerName == "TemperateAltoStratus"
Expand Down

0 comments on commit e6e544d

Please sign in to comment.