Skip to content

Commit 18fac38

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6129125 commit 18fac38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/3d/qgs3daxis.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ Qgs3DAxis::Qgs3DAxis( Qgs3DMapCanvas *canvas, //
5959
, mCameraController( cameraCtrl )
6060
, mCrs( map->crs() )
6161
{
62-
mRenderView = new Qgs3DAxisRenderView( mMapScene->engine()->frameGraph(), QgsFrameGraph::AXIS3D_RENDERVIEW,
63-
mCanvas, mCameraController, mMapSettings );
62+
mRenderView = new Qgs3DAxisRenderView( mMapScene->engine()->frameGraph(), QgsFrameGraph::AXIS3D_RENDERVIEW, mCanvas, mCameraController, mMapSettings );
6463
mMapScene->engine()->frameGraph()->registerRenderView( mRenderView, QgsFrameGraph::AXIS3D_RENDERVIEW );
6564

6665
constructAxisScene( parent3DScene );

0 commit comments

Comments
 (0)