Skip to content

Commit

Permalink
FIXED GUI BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
EppMouse authored Dec 19, 2017
1 parent f2fc230 commit 60b3be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MainWindow.cpp
Original file line number Diff line number Diff line change
@@ -368,7 +368,7 @@ void MainWindow::GenerateGrid(uint8 size)
fGrid->GeneratePuzzle();
fWorkGrid = new Grid(size);

BPoint origin = BPoint(0,0);
BPoint origin = BPoint(-100,-100);

for(uint8 row=0; row<size; row++)
{

0 comments on commit 60b3be3

Please sign in to comment.