mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Attempt to fix build on Linux
This commit is contained in:
@@ -236,9 +236,9 @@ public:
|
||||
|
||||
enum EHoverState : unsigned char
|
||||
{
|
||||
None,
|
||||
Select,
|
||||
Deselect
|
||||
HS_None,
|
||||
HS_Select,
|
||||
HS_Deselect
|
||||
};
|
||||
|
||||
GLVolume(float r = 1.f, float g = 1.f, float b = 1.f, float a = 1.f);
|
||||
|
||||
Reference in New Issue
Block a user