forked from organicmaps/organicmaps
code formatting.
This commit is contained in:
parent
403a2974b4
commit
a7a9a6a4aa
1 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@ namespace
|
|||
namespace df
|
||||
{
|
||||
BackendRenderer::BackendRenderer(RefPointer<ThreadsCommutator> commutator,
|
||||
RefPointer<OGLContextFactory> oglcontextfactory,
|
||||
double visualScale,
|
||||
int surfaceWidth,
|
||||
int surfaceHeight)
|
||||
RefPointer<OGLContextFactory> oglcontextfactory,
|
||||
double visualScale,
|
||||
int surfaceWidth,
|
||||
int surfaceHeight)
|
||||
: m_engineContext(commutator)
|
||||
, m_commutator(commutator)
|
||||
, m_contextFactory(oglcontextfactory)
|
||||
|
|
Loading…
Add table
Reference in a new issue