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

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);