Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Alptuğ Cırıt <[email protected]>
  • Loading branch information
mozhoku committed Apr 19, 2024
1 parent b31e132 commit 04475ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/AWSIM/Scripts/Vehicles/VehicleVisualEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void Set(bool isLightOn)
{
if (isLightOn)
{
material.SetColor(EmissionColor, lightingColor*emissionIntensity);
material.SetColor(EmissionColor, lightingColor * emissionIntensity);
}
else
{
Expand Down

0 comments on commit 04475ef

Please sign in to comment.