mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Change profile code to make it work with GCC 9.3
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
Relative
|
||||
};
|
||||
|
||||
Type type = Type::Absolute;
|
||||
Type type;
|
||||
std::string value;
|
||||
};
|
||||
struct CameraNavState {
|
||||
|
||||
Reference in New Issue
Block a user