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
Should be a simple fix, functions updateVisionModes and updateCameraModes are not safe to run before settings have initialised as the GVARs they manipulate are set to defaults upon setting initialisation (overriding any changes applied).
Need to simply use the current system of adding to ace_common_runAtSettingsInitialized if used before ace_common_settingsInitFinished.
Brought to my attention by user anfo in slack 👍
The text was updated successfully, but these errors were encountered:
The default values of the arrays manipulated by these functions overwrite
any changes applied before settings have finished initalising. This won't
be an issue after #4456 is merged in future.
The default values of the arrays manipulated by these functions overwrite
any changes applied before settings have finished initalising. This won't
be an issue after #4456 is merged in future.
Should be a simple fix, functions
updateVisionModes
andupdateCameraModes
are not safe to run before settings have initialised as the GVARs they manipulate are set to defaults upon setting initialisation (overriding any changes applied).Need to simply use the current system of adding to
ace_common_runAtSettingsInitialized
if used beforeace_common_settingsInitFinished
.Brought to my attention by user anfo in slack 👍
The text was updated successfully, but these errors were encountered: