Skip to content

Commit 11ba8e1

Browse files
authored
Update Animation Code (#43)
1 parent 5a3139f commit 11ba8e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5103
-4668
lines changed

Source/Game-App/Game-App/main.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ i32 main()
2525

2626
auto console_sink = quill::Frontend::create_or_get_sink<quill::ConsoleSink>("console_sink_1");
2727
quill::Logger* logger = quill::Frontend::create_or_get_logger("root", std::move(console_sink), "%(time:<16) LOG_%(log_level:<11) %(message)", "%H:%M:%S.%Qms", quill::Timezone::LocalTime, quill::ClockSourceType::System);
28-
29-
Application app;
30-
app.Start(true);
28+
29+
Application app;
30+
app.Start(true);
3131

3232
ConsoleCommandHandler commandHandler;
3333
auto future = std::async(std::launch::async, StringUtils::GetLineFromCin);
@@ -76,5 +76,5 @@ i32 main()
7676
}
7777
}
7878

79-
return 0;
79+
return 0;
8080
}

0 commit comments

Comments
 (0)