mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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