mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Do not create a she::System to run UI tests
This commit is contained in:
parent
47530bdbe6
commit
d70dc87253
@ -38,7 +38,8 @@ int main(int argc, char* argv[])
|
||||
|
||||
#ifdef TEST_GUI
|
||||
{
|
||||
she::ScopedHandle<she::System> system(she::create_system());
|
||||
// Do not create a she::System, as we don't need it for testing purposes.
|
||||
//she::ScopedHandle<she::System> system(she::create_system());
|
||||
ui::UISystem uiSystem;
|
||||
ui::Manager uiManager;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user