mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-04-26 08:17:06 -05:00
Undo inverted check from testing
This commit is contained in:
parent
51accbd6fa
commit
11478ee275
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user