From 35cf1962d07161c6b3950e879873de2df971d808 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 10 Aug 2021 09:29:08 +0200 Subject: [PATCH] Undef PROPS_PRESENT just in case. --- prop_instance_prop_job.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/prop_instance_prop_job.cpp b/prop_instance_prop_job.cpp index b3d9067..b08f0ec 100644 --- a/prop_instance_prop_job.cpp +++ b/prop_instance_prop_job.cpp @@ -53,6 +53,7 @@ SOFTWARE. //but not when included from here. #define PROPS_PRESENT 1 #include "../mesh_data_resource/props/prop_data_mesh_data.h" +#undef PROPS_PRESENT #endif #if TEXTURE_PACKER_PRESENT