Skip to content

Commit

Permalink
Rebased onto master, fixing conflicts in spotlight.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Hume2 committed Feb 3, 2016
1 parent b27b423 commit 544bd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/object/spotlight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Spotlight::~Spotlight()
void
Spotlight::save(Writer& writer) {
GameObject::save(writer);
writer.write("x", position.x);
writer.write("y", position.y);
writer.write("x", bbox.p1.x);
writer.write("y", bbox.p1.y);
writer.write("color", color.toVector(false));
}

Expand Down

0 comments on commit 544bd92

Please sign in to comment.