Merge branch 'main' into beta

This commit is contained in:
David Capello 2021-07-05 19:43:55 -03:00
commit 9ee6f99588

View File

@ -37,8 +37,7 @@ int main(int argc, char* argv[])
#ifdef TEST_GUI
{
// Do not create a os::System, as we don't need it for testing purposes.
//os::ScopedHandle<os::System> system(os::create_system());
os::SystemRef system(os::make_system());
ui::UISystem uiSystem;
ui::Manager uiManager(nullptr);
#endif