Skip to content

Commit

Permalink
Undo inverted check from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed May 5, 2024
1 parent 51accbd commit 11478ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main() {
bool is_initialized = false;
initialize_program();

if (initialize_graphics()) {
if (!initialize_graphics()) {
WHBLogConsoleSetColor(0x99000000);
WHBLogPrint("Failed to initialize SDL2!");
WHBLogConsoleDraw();
Expand Down

0 comments on commit 11478ee

Please sign in to comment.