Remove commented line in main()

This commit is contained in:
S David 2023-08-11 14:23:38 -04:00
parent 894be2d5e2
commit 893bca9a89

View File

@ -7,7 +7,7 @@
* obtain one at https://mozilla.org/MPL/2.0/.
*/
//#include "framework.hpp"
// #include "framework.hpp"
#include "QuartzWarriors.hpp"
#include "framework/system/debuginfo.hpp"
@ -21,9 +21,7 @@ main(int argc, char* argv[])
{
print_cmdline(argc, argv);
// std::unique_ptr<IGame> game = QuartzWarriors::GetInstance();
std::unique_ptr<QW::IGame> game =
std::make_unique<QW::QuartzWarriors>();
std::unique_ptr<QW::IGame> game = std::make_unique<QW::QuartzWarriors>();
try {
game->Init(argc, argv);