From 83c71e3de0a14e85ae7c40002aae27cb40f3e4ff Mon Sep 17 00:00:00 2001 From: James King Date: Tue, 3 Oct 2017 17:24:02 +0100 Subject: [PATCH] Fix for filtername properties not getting fixed up --- VMFInstanceInserter/VMFStructure.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/VMFInstanceInserter/VMFStructure.cs b/VMFInstanceInserter/VMFStructure.cs index c4db67e..2460ea4 100644 --- a/VMFInstanceInserter/VMFStructure.cs +++ b/VMFInstanceInserter/VMFStructure.cs @@ -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":