Skip to content

Commit

Permalink
Update Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 authored Jan 22, 2024
1 parent 9deeab5 commit 4caca15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main() {
applicationSettings.fixedDeltaTime = 1.0f / 128.0f;
applicationSettings.timeScale = 4.0f;

std::unique_ptr<Application> application = std::make_unique<Application>(applicationSettings);
auto application = std::make_unique<Application>(applicationSettings);

application->Run();

Expand Down

0 comments on commit 4caca15

Please sign in to comment.