mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-10 04:42:38 +01:00
Include glm header for distance2()
This commit is contained in:
parent
25f62a0a47
commit
ac18d0a11b
@ -7,6 +7,7 @@
|
||||
#include <core/Logger.hpp>
|
||||
|
||||
#include <glm/gtx/string_cast.hpp>
|
||||
#include <glm/gtx/norm.hpp>
|
||||
|
||||
TrafficDirector::TrafficDirector(AIGraph* g, GameWorld* w)
|
||||
: graph( g ), world( w ), pedDensity(1.f), carDensity(1.f),
|
||||
|
Loading…
Reference in New Issue
Block a user