Skip to content

Commit

Permalink
init m_mapProjection in copy-constructor (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanetzek authored and tallytalwar committed Jul 14, 2016
1 parent 14d8d52 commit 0d85020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/scene/scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Scene::Scene(const Scene& _other)

m_path = _other.m_path;
m_resourceRoot = _other.m_resourceRoot;

m_mapProjection.reset(new MercatorProjection());
}

Scene::~Scene() {}
Expand Down

0 comments on commit 0d85020

Please sign in to comment.