Skip to content

Commit cc3c361

Browse files
committed
windowClose for example 06
1 parent 2bca220 commit cc3c361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples_tests/06.MeshLoaders/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class MeshLoadersApp : public ApplicationBase
451451
}
452452
bool keepRunning() override
453453
{
454-
return true;// windowCb->isWindowOpen();
454+
return windowCb->isWindowOpen();
455455
}
456456
};
457457

0 commit comments

Comments
 (0)