Skip to content

Commit

Permalink
Update src/main/java/org/terasology/computer/display/component/Displa…
Browse files Browse the repository at this point in the history
…yComponent.java

Co-authored-by: Tobias Nett <skaldarnar@googlemail.com>
  • Loading branch information
jdrueckert and skaldarnar committed Aug 25, 2021
1 parent 5fa80ec commit d1c9476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void setData(List<String> data) {

@Override
public void copyFrom(DisplayComponent other) {
this.monitorSize = other.monitorSize;
this.monitorSize.set(other.monitorSize);
this.front = other.front;
this.mode = other.mode;
this.data.clear();
Expand Down

0 comments on commit d1c9476

Please sign in to comment.