mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fix variable init
This commit is contained in:
@@ -216,6 +216,7 @@ GLVolume::GLVolume(float r, float g, float b, float a)
|
|||||||
, force_native_color(false)
|
, force_native_color(false)
|
||||||
, force_neutral_color(false)
|
, force_neutral_color(false)
|
||||||
, force_sinking_contours(false)
|
, force_sinking_contours(false)
|
||||||
|
, picking(false)
|
||||||
, tverts_range(0, size_t(-1))
|
, tverts_range(0, size_t(-1))
|
||||||
{
|
{
|
||||||
color = { r, g, b, a };
|
color = { r, g, b, a };
|
||||||
|
|||||||
Reference in New Issue
Block a user