Skip to content

Commit

Permalink
Fix variable init
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Nov 3, 2023
1 parent 58587ee commit d8c4ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/3DScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ GLVolume::GLVolume(float r, float g, float b, float a)
, force_native_color(false)
, force_neutral_color(false)
, force_sinking_contours(false)
, picking(false)
, tverts_range(0, size_t(-1))
{
color = { r, g, b, a };
Expand Down

0 comments on commit d8c4ce3

Please sign in to comment.