mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fix formatting
This commit is contained in:
parent
0cbc725235
commit
7f0c0523fd
|
@ -1075,7 +1075,7 @@ public:
|
|||
bool m_MenuProofBorders;
|
||||
int m_CurrentMenuProofIndex;
|
||||
std::vector<vec2> m_vMenuBackgroundPositions;
|
||||
std::vector<const char*> m_vpMenuBackgroundPositionNames;
|
||||
std::vector<const char *> m_vpMenuBackgroundPositionNames;
|
||||
char m_aMenuBackgroundTooltip[128];
|
||||
bool m_PreviewZoom;
|
||||
float m_MouseWScale = 1.0f; // Mouse (i.e. UI) scale relative to the World (selected Group)
|
||||
|
|
Loading…
Reference in a new issue