switch from bool to int
This commit is contained in:
parent
857cc9f415
commit
1466279434
@ -781,7 +781,7 @@ namespace Components
|
||||
}
|
||||
|
||||
MessageBoxA(nullptr, message, "DEBUG", MB_OK);
|
||||
}, true);
|
||||
}, 1);
|
||||
|
||||
Script::AddFunctions();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user