You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code seems to try to make sure that reflection refresh is enabled, but it doesn't actually work (which led to #47 ). I've tried a few things like firing the game event or calling ApplySettings manually but I can't quite get it to work properly.
If you change REFLECTION_PROBE_REFRESH_MODE to 0 in settings.cfg and launch the game with deferred, the ambient light will be totally missing despite the settings window showing that it's set to "low." If you then hit Apply, it works correctly.
The text was updated successfully, but these errors were encountered:
Deferred/DeferredKSP/Deferred.cs
Line 30 in 8b0f9ab
This code seems to try to make sure that reflection refresh is enabled, but it doesn't actually work (which led to #47 ). I've tried a few things like firing the game event or calling ApplySettings manually but I can't quite get it to work properly.
If you change REFLECTION_PROBE_REFRESH_MODE to 0 in settings.cfg and launch the game with deferred, the ambient light will be totally missing despite the settings window showing that it's set to "low." If you then hit Apply, it works correctly.
The text was updated successfully, but these errors were encountered: