one of the layers has a space in it >:(

This commit is contained in:
JohnCorby 2023-03-21 17:33:15 -07:00
parent 0cfe62dda5
commit b495b1ea2a

View File

@ -6,7 +6,7 @@ namespace NewHorizons.Utility.OWUtilities
{
public static int Default = LayerMask.NameToLayer(nameof(Default));
public static int TransparentFX = LayerMask.NameToLayer(nameof(TransparentFX));
public static int IgnoreRaycast = LayerMask.NameToLayer(nameof(IgnoreRaycast));
public static int IgnoreRaycast = LayerMask.NameToLayer("Ignore Raycast");
public static int Water = LayerMask.NameToLayer(nameof(Water));
public static int UI = LayerMask.NameToLayer(nameof(UI));
public static int PlayerSafetyCollider = LayerMask.NameToLayer(nameof(PlayerSafetyCollider));