Skip to content

Commit 7456be8

Browse files
committed
Merge pull request #21 from ItEndsWithTens/fix_displacements
Fix processing of displacements
2 parents 89d4796 + a778bd9 commit 7456be8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VMFInstanceInserter/VMFStructure.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ class VMFStructure : IEnumerable<VMFStructure>
8080
{
8181
{ "row[0-9]+", TransformType.Offset }
8282
} },
83+
{ VMFStructureType.Offsets, new Dictionary<String, TransformType>
84+
{
85+
{ "row[0-9]+", TransformType.Offset }
86+
} },
8387
{ VMFStructureType.Offset_Normals, new Dictionary<String, TransformType>
8488
{
8589
{ "row[0-9]+", TransformType.Offset }

0 commit comments

Comments
 (0)