aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CAnimatedMeshSceneNode.cpp
diff options
context:
space:
mode:
authornumzero <numzer0@yandex.ru>2023-02-20 00:55:45 +0300
committernumzero <numzer0@yandex.ru>2023-02-22 21:11:12 +0300
commit67f852be576027e07c94f08ff65f8065244e59a0 (patch)
tree3212c001462fed57db5da64d6fd00dd68893f0ce /source/Irrlicht/CAnimatedMeshSceneNode.cpp
parent5a2b8078908dfe4e3b27a988577c2dd151eb6470 (diff)
downloadirrlicht-67f852be576027e07c94f08ff65f8065244e59a0.tar.xz
Drop obsolete configuration macros
Diffstat (limited to 'source/Irrlicht/CAnimatedMeshSceneNode.cpp')
-rw-r--r--source/Irrlicht/CAnimatedMeshSceneNode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Irrlicht/CAnimatedMeshSceneNode.cpp b/source/Irrlicht/CAnimatedMeshSceneNode.cpp
index 9d92e03..cea8ef2 100644
--- a/source/Irrlicht/CAnimatedMeshSceneNode.cpp
+++ b/source/Irrlicht/CAnimatedMeshSceneNode.cpp
@@ -7,7 +7,9 @@
#include "ISceneManager.h"
#include "S3DVertex.h"
#include "os.h"
+#ifdef _IRR_COMPILE_WITH_SKINNED_MESH_SUPPORT_
#include "CSkinnedMesh.h"
+#endif
#include "IDummyTransformationSceneNode.h"
#include "IBoneSceneNode.h"
#include "IMaterialRenderer.h"