From ae81dbd942e282bed808003cdb4f26bb363b1ef0 Mon Sep 17 00:00:00 2001 From: hecktest <> Date: Fri, 23 Jul 2021 18:22:59 +0200 Subject: [PATCH] Restore missing entry in compile config --- include/IrrCompileConfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h index ac3715f5..a01c1eaf 100644 --- a/include/IrrCompileConfig.h +++ b/include/IrrCompileConfig.h @@ -407,6 +407,12 @@ tool . */ //! Uncomment the following line if you want to ignore the deprecated warnings //#define IGNORE_DEPRECATED_WARNING +//! Define _IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ to support BillboardSceneNodes +#define _IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ +#ifdef NO_IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ +#undef _IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ +#endif + //! Define _IRR_COMPILE_WITH_SKINNED_MESH_SUPPORT_ if you want to use bone based /** animated meshes. If you compile without this, you will be unable to load B3D, MS3D or X meshes */