@@ -193,7 +193,7 @@ int main() {
window->r = 0;
bool swap;
while (!windowdos->IsClosing()) {
while (!windowdos->IsClosing() && !window->IsClosing()) {
window->r += 0.01;
if (window->r >= 1 && !swap) {
window->g += 0.01;
The note is not visible to the blocked user.