forked from organicmaps/organicmaps
Typical YG warning fix
This commit is contained in:
parent
4972e37c62
commit
97af3bdbd5
1 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@ namespace yg
|
|||
namespace gl
|
||||
{
|
||||
RenderState::RenderState()
|
||||
: m_isResized(false),
|
||||
: m_backBufferLayers(1),
|
||||
m_isResized(false),
|
||||
m_doRepaintAll(false),
|
||||
m_mutex(new threads::Mutex()),
|
||||
m_backBufferLayers(1)
|
||||
m_mutex(new threads::Mutex())
|
||||
{}
|
||||
|
||||
bool RenderState::isPanning() const
|
||||
|
|
Loading…
Add table
Reference in a new issue