Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesZHI committed Nov 25, 2016
1 parent 343c8c6 commit 492bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int main(int argc, char ** argv)
{
SysTool::init();
Scene scene(SysTool::getCols(), SysTool::getLines());
scene.execute(argv[1]);
scene.execute(argv[1]);
}
}
else if (argc == 3)
Expand Down

0 comments on commit 492bf45

Please sign in to comment.