mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-15 07:22:49 +03:00
Update the Linux nightly.
This commit is contained in:
@@ -1605,7 +1605,7 @@ UTEST( UIBorder, renderingVariations ) {
|
||||
SceneManager::instance()->draw();
|
||||
win->display();
|
||||
|
||||
compareImages( utest_state, utest_result, win, "eepp-ui-border-rendering", "html", 4 );
|
||||
compareImages( utest_state, utest_result, win, "eepp-ui-border-rendering", "html", 12 );
|
||||
|
||||
Engine::destroySingleton();
|
||||
}
|
||||
@@ -1639,7 +1639,7 @@ UTEST( UIBorder, renderingVariations2 ) {
|
||||
SceneManager::instance()->draw();
|
||||
win->display();
|
||||
|
||||
compareImages( utest_state, utest_result, win, "eepp-ui-border-rendering-2", "html", 4 );
|
||||
compareImages( utest_state, utest_result, win, "eepp-ui-border-rendering-2", "html", 12 );
|
||||
|
||||
Engine::destroySingleton();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user