From 2d9c70053088c2337c3a56a024903f7a0a20f712 Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Thu, 21 Sep 2023 15:17:45 +0300 Subject: [PATCH] Read BSDebrisNode --- components/nif/niffile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 3609c42fe6..0e4ef39b60 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -69,6 +69,7 @@ namespace Nif // NiNode-like nodes, Bethesda { "BSBlastNode", &construct }, { "BSDamageStage", &construct }, + { "BSDebrisNode", &construct }, { "BSFadeNode", &construct }, { "BSLeafAnimNode", &construct }, { "BSMultiBoundNode", &construct },