Skip to content

Commit

Permalink
Initialize members
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 25, 2025
1 parent 4113f4b commit 5bcde82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/pointcloud/qgspointcloudlayerrenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ class CORE_EXPORT QgsPointCloudLayerRenderer: public QgsMapLayerRenderer

const QVector< QgsPointCloudSubIndex > mSubIndexes;
std::optional<QgsPointCloudIndex> mOverviewIndex;
double mAverageSubIndexWidth;
double mAverageSubIndexHeight;
double mAverageSubIndexWidth = 0;
double mAverageSubIndexHeight = 0;

int mRenderTimeHint = 0;
bool mBlockRenderUpdates = false;
Expand Down

0 comments on commit 5bcde82

Please sign in to comment.