Skip to content

Commit

Permalink
Merge branch 'testGrabberPicking' into Task2
Browse files Browse the repository at this point in the history
  • Loading branch information
plattenschieber committed Jan 22, 2015
2 parents 7ad10bc + be816ae commit 9ce10ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hscgv_uebung_2/Grabber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Grabber::setPiece(SbVec3f position)
m_pickedUpTile->getChild(0)->unref();
m_pickedUpTile->removeChild(0);
// remember to drop down a piece
m_mode = SET_PIECE;
// m_mode = SET_PIECE;
}

//**********************************************************
Expand All @@ -105,7 +105,7 @@ Grabber::getPiece(SbVec3f position)
m_pickedUpTile->addChild(m_gameboard->getPiece());

// remember to pick up a piece
m_mode = GET_PIECE;
// m_mode = GET_PIECE;
}

//**********************************************************
Expand Down

0 comments on commit 9ce10ad

Please sign in to comment.