mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Fix for link error when building with clang-cl
This commit is contained in:
parent
4386ababbe
commit
7f1f6a5e8b
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _SCENEPOLYHEDRALOBJECT_H_
|
||||
#include "scene/mixin/scenePolyhedralObject.h"
|
||||
#endif
|
||||
|
||||
#include "scene/mixin/scenePolyhedralObject.impl.h"
|
||||
|
||||
///
|
||||
class ScenePolyhedralSpace : public ScenePolyhedralObject< SceneSpace >
|
||||
|
|
|
|||
Loading…
Reference in a new issue