forked from organicmaps/organicmaps
Minor fixes after merge.
This commit is contained in:
parent
6565c2213d
commit
18021df482
1 changed files with 2 additions and 3 deletions
|
@ -88,8 +88,6 @@ public:
|
|||
|
||||
int ThreadSlot() const;
|
||||
|
||||
void clear(graphics::Color const & c = graphics::Color(187, 187, 187, 255), bool clearRT = true, float depth = 1.0f, bool clearDepth = true);
|
||||
|
||||
graphics::Screen * screen() const;
|
||||
|
||||
void drawSymbol(m2::PointD const & pt,
|
||||
|
@ -102,9 +100,10 @@ public:
|
|||
|
||||
void clear(graphics::Color const & c = graphics::Color(187, 187, 187, 255),
|
||||
bool clearRT = true,
|
||||
float depth = -1.0f,
|
||||
float depth = 1.0f,
|
||||
bool clearDepth = true);
|
||||
|
||||
void onSize(int w, int h);
|
||||
|
||||
void Draw(di::FeatureInfo const & fi);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue