Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Pereira committed Dec 18, 2018
2 parents 982485c + 9342ab2 commit 84ee9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/MapObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ class MapObject : public RenderElement {
*/
void render() override;

bool needQuadUpdate;
protected:
CartesianCoordinates coordinates; // Position on the map
ObjectSize dimensions; // Dimensions on the map
bool needQuadUpdate;
};


Expand Down

0 comments on commit 84ee9fd

Please sign in to comment.