mirror of
https://github.com/celisej567/LibBSP.git
synced 2026-01-05 10:10:12 +03:00
Fix broken XML doc (whoops?).
This commit is contained in:
@@ -437,7 +437,7 @@ namespace LibBSP {
|
||||
/// </summary>
|
||||
/// <param name="name">The name of the texture to process.</param>
|
||||
/// <param name="mapType">The <see cref="MapType"/> of the BSP this texture name is from.</param>
|
||||
/// <returns>A sanitized version of the passed <param.</returns>
|
||||
/// <returns>A sanitized version of the passed <paramref name="name"/>.</returns>
|
||||
public static string SanitizeName(string name, MapType mapType) {
|
||||
string sanitized = name.Replace('\\', '/');
|
||||
switch (mapType) {
|
||||
|
||||
Reference in New Issue
Block a user