From fc6bc90c3d3ef88c043b6eb808e8fc3a2f284bcc Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Fri, 24 Feb 2023 19:38:29 +0300 Subject: [PATCH] Read BSFurnitureMarkerNode --- components/nif/niffile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 48f843b595..0c590e2cb5 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -152,6 +152,7 @@ namespace Nif { "BSShaderPPLightingProperty", &construct }, { "BSShaderNoLightingProperty", &construct }, { "BSFurnitureMarker", &construct }, + { "BSFurnitureMarkerNode", &construct }, { "NiCollisionObject", &construct }, { "bhkCollisionObject", &construct }, { "BSDismemberSkinInstance", &construct },