Skip to content

Commit

Permalink
Fix for filtername properties not getting fixed up
Browse files Browse the repository at this point in the history
  • Loading branch information
Metapyziks committed Oct 3, 2017
1 parent ccd3771 commit 83c71e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VMFInstanceInserter/VMFStructure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public static void ParseFGD(String path)
break;
case "target_destination":
case "target_source":
case "filterclass":
type = TransformType.EntityName;
break;
case "vecline":
Expand Down

0 comments on commit 83c71e3

Please # to comment.