diff options
Diffstat (limited to 'Lights.cs')
| -rw-r--r-- | Lights.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -580,7 +580,7 @@ namespace WorldTuningTool removeFromScene = new NativeAction<nint>(0x142228F10); } - public void PostUpdateUnits() + public void PostUpdateLightLinker() { for (int i = 0; i < sceneLights.Count; i++) { |