undo test thing

This commit is contained in:
Andrea Blankenstijn 2021-08-12 16:05:11 +02:00
parent d78a6b0f0e
commit 09dffb63dd

View file

@ -91,7 +91,6 @@ void run_example(
layout.render();
renderer->present();
quit = true;
}
} catch (const bwidgets::SDLError& e) {
std::cerr << "Error: " << e.file << ":" << e.func << ":" << e.line << ": "