Skip to content

Commit

Permalink
resize m_totalParticles_flushed_already
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Dec 7, 2023
1 parent 4380968 commit bdc75f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Diagnostics/RecordingPlaneDiagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ RecordingPlaneDiagnostics::ReadParameters ()
}
m_particles_buffer.resize(m_num_buffers);
m_totalParticles_in_buffer.resize(m_num_buffers);
m_totalParticles_flushed_already.resize(m_num_buffers);
}

bool
Expand Down

0 comments on commit bdc75f0

Please sign in to comment.