mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-08 22:38:42 -05:00
Fix inconsistent order of members in header file and initialization
This commit is contained in:
@@ -83,8 +83,8 @@ private:
|
||||
std::string initialValue;
|
||||
} _autoCompleteInfo;
|
||||
|
||||
float _targetHeight;
|
||||
float _currentHeight;
|
||||
float _targetHeight;
|
||||
float _fullHeight;
|
||||
|
||||
std::shared_ptr<ghoul::fontrendering::Font> _font;
|
||||
|
||||
Reference in New Issue
Block a user