Skip to content

Commit 83c71e3

Browse files
committed
Fix for filtername properties not getting fixed up
1 parent ccd3771 commit 83c71e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VMFInstanceInserter/VMFStructure.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ public static void ParseFGD(String path)
209209
break;
210210
case "target_destination":
211211
case "target_source":
212+
case "filterclass":
212213
type = TransformType.EntityName;
213214
break;
214215
case "vecline":

0 commit comments

Comments
 (0)