mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 13:41:34 +00:00
Read BSDebrisNode
This commit is contained in:
parent
812b0cf246
commit
2d9c700530
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ namespace Nif
|
|||
// NiNode-like nodes, Bethesda
|
||||
{ "BSBlastNode", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "BSDamageStage", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "BSDebrisNode", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "BSFadeNode", &construct<NiNode, RC_NiNode> },
|
||||
{ "BSLeafAnimNode", &construct<NiNode, RC_NiNode> },
|
||||
{ "BSMultiBoundNode", &construct<BSMultiBoundNode, RC_NiNode> },
|
||||
|
|
Loading…
Reference in a new issue