Lint fixes

This commit is contained in:
Scott Mansell
2023-02-09 18:36:20 +13:00
parent f7ad825736
commit cf9a6f8477
9 changed files with 17 additions and 25 deletions
+2 -5
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");