Skip to content

Commit

Permalink
Added progress reporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Oct 25, 2016
1 parent 0d2bea8 commit 43a16f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MAGE/FPS/src/core/FPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ int WINAPI WinMain(HINSTANCE hinstance, HINSTANCE, LPSTR, int) {
setup.StateSetup = StateSetup;

// Create the engine, then run it.
ProgressReporter reporter(1, "Engine setup");
new Engine(&setup);
reporter.Done();
g_engine->Run();

return 0;
Expand Down

0 comments on commit 43a16f3

Please sign in to comment.