Skip to content

Commit

Permalink
Cleanup, make 2 NMLModelLODTreeDrawData methods non-virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Jan 14, 2019
1 parent 6dddac5 commit db2a2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions all/native/renderers/drawdatas/NMLModelLODTreeDrawData.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ namespace carto {
const std::shared_ptr<nml::GLModel>& getGLModel() const;
const std::shared_ptr<NMLModelLODTree::ProxyMap> getProxyMap() const;

virtual bool isOffset() const;
virtual void offsetHorizontally(double offset);
bool isOffset() const;
void offsetHorizontally(double offset);

private:
std::shared_ptr<NMLModelLODTree> _modelLODTree;
Expand Down

0 comments on commit db2a2ab

Please sign in to comment.