code formatting.

This commit is contained in:
Dmitry Kunin 2014-01-13 14:32:09 +03:00 committed by Alex Zolotarev
parent 403a2974b4
commit a7a9a6a4aa

View file

@ -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)