refactor!: Modify command argument handling and move on_ method to bool_command (#1826)

This commit is contained in:
Andreas Maerten
2023-07-26 22:22:40 +02:00
committed by GitHub
parent d590313e4e
commit 4b1fd88f6c
104 changed files with 562 additions and 381 deletions

View File

@ -19,7 +19,7 @@ namespace big
{
void backend::loop()
{
for (auto& command : g_looped_commands)
for (auto& command : g_bool_commands)
command->refresh();
register_script_patches();