forked from organicmaps/organicmaps-tmp
Fixed typical SR's warning
This commit is contained in:
parent
87fc869a56
commit
e44cfb91ab
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ namespace yg
|
|||
{}
|
||||
|
||||
Renderer::Renderer(Params const & params)
|
||||
: m_isMultiSampled(params.m_isMultiSampled),
|
||||
m_frameBuffer(params.m_frameBuffer),
|
||||
: m_frameBuffer(params.m_frameBuffer),
|
||||
m_isMultiSampled(params.m_isMultiSampled),
|
||||
m_isRendering(false)
|
||||
{
|
||||
if (m_isMultiSampled)
|
||||
|
|
Loading…
Add table
Reference in a new issue