mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
linux compile error missing polyhedral include fix
This commit is contained in:
parent
cc50147ebc
commit
20484b58eb
2 changed files with 2 additions and 1 deletions
|
|
@ -42,6 +42,7 @@
|
|||
#include "scene/sceneContainer.h"
|
||||
|
||||
#include "math/mPolyhedron.impl.h"
|
||||
#include "scene/mixin/scenePolyhedralObject.impl.h"
|
||||
|
||||
Vector< SimObjectPtr<SceneObject> > AccumulationVolume::smAccuObjects;
|
||||
Vector< SimObjectPtr<AccumulationVolume> > AccumulationVolume::smAccuVolumes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue