mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fix formatting and include array
This commit is contained in:
parent
8e2869e280
commit
0cbc725235
|
@ -45,7 +45,7 @@ std::array<vec2, CMenuBackground::NUM_POS> GenerateMenuBackgroundPositions()
|
|||
Positions[CMenuBackground::POS_SETTINGS_RESERVED0 + i] = vec2(0, 0);
|
||||
for(int i = 0; i < CMenuBackground::POS_RESERVED_NUM; ++i)
|
||||
Positions[CMenuBackground::POS_RESERVED0 + i] = vec2(0, 0);
|
||||
|
||||
|
||||
return Positions;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <game/client/components/background.h>
|
||||
#include <game/client/components/camera.h>
|
||||
|
||||
#include <array>
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue