Skip to content

Commit

Permalink
resolution is no longer set in main loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricol committed Nov 12, 2017
1 parent 7223dd5 commit 5841ddd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/Clear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
#include "GameView.h"

int main(int argc, char** argv) {
int length = 800;//TODO make this a global var or input
int width = 600;//TODO make this a global var or input
GameView view(length, width);
GameView view;
GameLogic logic;
logic.init();
view.set_GameLogic(logic);
Expand Down

0 comments on commit 5841ddd

Please sign in to comment.