1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Attempt to fix build on Linux

This commit is contained in:
Enrico Turri
2019-04-25 13:35:24 +02:00
parent f52f0f3634
commit 748a4438ba
3 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -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);