diff --git a/models/settings/Settings.h b/models/settings/Settings.h index fed8d60..e960ce9 100644 --- a/models/settings/Settings.h +++ b/models/settings/Settings.h @@ -97,6 +97,7 @@ struct PSettings { bool allow_invites = true; }; +// @performance Make sure the settings used in the update and render loop are close to each other to ensure they can be loaded in one cache line struct CSettings { // Evaluated during startup char path[MAX_PATH];