diff options
| author | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 20:36:55 -0300 |
|---|---|---|
| committer | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 20:36:55 -0300 |
| commit | f55c5e899a073cc0033fdbdde04a2de4644433fb (patch) | |
| tree | 1f8e1957a401b327977e6fc63e571fcd201b57a1 /scripts | |
| parent | a2d3673f1482c4366cdfff2b22e013c2d53fcc06 (diff) | |
MPbar added
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/map/FieldOfView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/map/FieldOfView.cs b/scripts/map/FieldOfView.cs index cadaf74..bdcd206 100644 --- a/scripts/map/FieldOfView.cs +++ b/scripts/map/FieldOfView.cs @@ -93,4 +93,4 @@ public partial class FieldOfView : Node { CastLight(data, position, radius, 1, 1.0f, 0.0f, multipliers[0, i], multipliers[1, i], multipliers[2, i], multipliers[3, i]); } } -}
\ No newline at end of file +} |
