mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Remove zero width characters
This commit is contained in:
parent
481a067bb2
commit
32ed90daf3
@ -52,7 +52,7 @@ public static class MonoBehaviourExtensions
|
||||
|
||||
public static bool IsPostProcessProfile(this IMonoBehaviour monoBehaviour)
|
||||
{
|
||||
return monoBehaviour.IsType("UnityEngine.Rendering.PostProcessing", "PostProcessProfile");
|
||||
return monoBehaviour.IsType("UnityEngine.Rendering.PostProcessing", "PostProcessProfile");
|
||||
}
|
||||
|
||||
private static bool IsType(this IMonoBehaviour monoBehaviour, string @namespace, string name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user