Undef PROPS_PRESENT just in case.

This commit is contained in:
Relintai 2021-08-10 09:29:08 +02:00
parent 8805d63f4a
commit 35cf1962d0

View File

@ -53,6 +53,7 @@ SOFTWARE.
//but not when included from here. //but not when included from here.
#define PROPS_PRESENT 1 #define PROPS_PRESENT 1
#include "../mesh_data_resource/props/prop_data_mesh_data.h" #include "../mesh_data_resource/props/prop_data_mesh_data.h"
#undef PROPS_PRESENT
#endif #endif
#if TEXTURE_PACKER_PRESENT #if TEXTURE_PACKER_PRESENT