Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 authored Nov 28, 2024
1 parent 92909cb commit ea203a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ CC_NOINLINE static void WarnMissingArgs(int argsCount, const cc_string* args) {
static void SetupProgram(int argc, char** argv) {
static char ipBuffer[STRING_SIZE];
cc_result res;
CrashHandler_Install();
//CrashHandler_Install();
Logger_Hook();
Window_PreInit();
Platform_Init();
Expand Down

0 comments on commit ea203a8

Please sign in to comment.