diff options
Diffstat (limited to 'src/ch')
-rw-r--r-- | src/ch/epfl/xblast/client/GameState.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/xblast/client/GameState.java b/src/ch/epfl/xblast/client/GameState.java index 7652cd5..2ac27e3 100644 --- a/src/ch/epfl/xblast/client/GameState.java +++ b/src/ch/epfl/xblast/client/GameState.java | |||
@@ -41,7 +41,7 @@ public final class GameState { | |||
41 | this.id = id; | 41 | this.id = id; |
42 | this.lives = lives; | 42 | this.lives = lives; |
43 | this.position = Objects.requireNonNull(position); | 43 | this.position = Objects.requireNonNull(position); |
44 | this.image = Objects.requireNonNull(image); | 44 | this.image = image; |
45 | } | 45 | } |
46 | 46 | ||
47 | /** | 47 | /** |