Skip to content

Commit 63da526

Browse files
committed
[Bot] Automated dotnet-format update
1 parent 4bad23e commit 63da526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UOP1_Project/Assets/Scripts/Effects/FireLight.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private void Awake()
1717
}
1818

1919
void Update()
20-
{
20+
{
2121
_lightComp.intensity = _initialIntensity * lightCurve.Evaluate(Time.time * fireSpeed);
22-
}
22+
}
2323
}

0 commit comments

Comments
 (0)