This commit is contained in:
Martín Lucas Golini
2026-03-28 03:03:45 -03:00
parent a14b8f4de0
commit f9023edcbe

View File

@@ -46,7 +46,7 @@ UTEST( UIHTMLTable, complexLayout ) {
sceneNode->loadLayoutFromFile( "assets/html/hn_thread_test.html" );
win->setClearColor( Color::White );
while ( win->isRunning() ) {
/* while ( win->isRunning() ) */ {
win->getInput()->update();
SceneManager::instance()->update();