mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-22 15:39:52 +00:00
Fix compilation of UI tests
This commit is contained in:
parent
432eedcb97
commit
c8c688beb2
@ -39,7 +39,7 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
// 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(1);
|
||||
ui::UISystem uiSystem;
|
||||
ui::Manager uiManager;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user