We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d4796 + a778bd9 commit 7456be8Copy full SHA for 7456be8
VMFInstanceInserter/VMFStructure.cs
@@ -80,6 +80,10 @@ class VMFStructure : IEnumerable<VMFStructure>
80
{
81
{ "row[0-9]+", TransformType.Offset }
82
} },
83
+ { VMFStructureType.Offsets, new Dictionary<String, TransformType>
84
+ {
85
+ { "row[0-9]+", TransformType.Offset }
86
+ } },
87
{ VMFStructureType.Offset_Normals, new Dictionary<String, TransformType>
88
89
0 commit comments