Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from inf112-v19/EmergencyFix
Browse files Browse the repository at this point in the history
Commented out unimplemented Deck deck
  • Loading branch information
KnutStorvestre authored Mar 8, 2019
2 parents 3ea51a4 + 00c968e commit 0a63dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/inf112/skeleton/app/Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class Board implements Screen {

//Card handling
private TextureAtlas atlasCards;
private Deck deck = new Deck();
//private Deck deck = new Deck();

private SpriteBatch spriteBatchCards;
private Sprite cardToSelect0;
Expand Down

0 comments on commit 0a63dc7

Please sign in to comment.