mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 10:42:34 +00:00
Merge branch 'waypoint-clang' into 'master'
Fix k_waypoint.cpp compile errors on clang See merge request KartKrew/Kart!1525
This commit is contained in:
commit
e331c57a32
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include "cxxutil.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
// The number of sparkles per waypoint connection in the waypoint visualisation
|
||||
static const UINT32 SPARKLES_PER_CONNECTION = 16U;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue