From a8eb0d7ecbf3bfd441558cbef1509a6eac34b880 Mon Sep 17 00:00:00 2001 From: wfowler Date: Thu, 20 Feb 2020 01:29:27 -0700 Subject: [PATCH] Fix broken XML doc (whoops?). --- LibBSP/Source/Structs/BSP/Texture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibBSP/Source/Structs/BSP/Texture.cs b/LibBSP/Source/Structs/BSP/Texture.cs index cac971f..3d7b7da 100644 --- a/LibBSP/Source/Structs/BSP/Texture.cs +++ b/LibBSP/Source/Structs/BSP/Texture.cs @@ -437,7 +437,7 @@ namespace LibBSP { /// /// The name of the texture to process. /// The of the BSP this texture name is from. - /// A sanitized version of the passed + /// A sanitized version of the passed . public static string SanitizeName(string name, MapType mapType) { string sanitized = name.Replace('\\', '/'); switch (mapType) {