Skip to content

Commit

Permalink
fix linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Jun 15, 2021
1 parent 579a09e commit decd69b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/3d/chunks/qgschunkedentity_p.cpp
Expand Up @@ -247,10 +247,10 @@ int QgsChunkedEntity::pendingJobsCount() const

struct ResidencyRequest
{
QgsChunkNode *node;
float dist;
int level;

QgsChunkNode *node = nullptr;
float dist = 0.0;
int level = -1;
ResidencyRequest() = default;
ResidencyRequest(
QgsChunkNode *n,
float d,
Expand Down

0 comments on commit decd69b

Please sign in to comment.