mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Attempt to fix build on Linux
This commit is contained in:
parent
f52f0f3634
commit
748a4438ba
3 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue