mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 21:11:34 +00:00
Fix formatting
This commit is contained in:
parent
ad20384750
commit
b5f1d0a91b
2 changed files with 4 additions and 3 deletions
|
@ -178,7 +178,8 @@ namespace Nif
|
||||||
{ "NiTransformData", &construct<NiKeyframeData, RC_NiKeyframeData> },
|
{ "NiTransformData", &construct<NiKeyframeData, RC_NiKeyframeData> },
|
||||||
|
|
||||||
// Bethesda
|
// Bethesda
|
||||||
{ "BSPackedAdditionalGeometryData", &construct<NiAdditionalGeometryData, RC_BSPackedAdditionalGeometryData> },
|
{ "BSPackedAdditionalGeometryData",
|
||||||
|
&construct<NiAdditionalGeometryData, RC_BSPackedAdditionalGeometryData> },
|
||||||
{ "BSShaderTextureSet", &construct<BSShaderTextureSet, RC_BSShaderTextureSet> },
|
{ "BSShaderTextureSet", &construct<BSShaderTextureSet, RC_BSShaderTextureSet> },
|
||||||
|
|
||||||
// DYNAMIC EFFECTS
|
// DYNAMIC EFFECTS
|
||||||
|
|
Loading…
Reference in a new issue