Lint fixes

This commit is contained in:
Scott Mansell
2023-01-31 19:21:15 +13:00
parent f7ad825736
commit cf9a6f8477
9 changed files with 17 additions and 25 deletions

View File

@ -355,8 +355,5 @@ void CheckForConfigChanges()
// TODO: Move everything else to the ConfigChanged event
}
static EventHook s_check_config_event = AfterFrameEvent::Register(
[] {
CheckForConfigChanges();
},
"CheckForConfigChanges");
static EventHook s_check_config_event =
AfterFrameEvent::Register([] { CheckForConfigChanges(); }, "CheckForConfigChanges");