diff --git a/Source/Editor/Windows/Profiler/CPU.cs b/Source/Editor/Windows/Profiler/CPU.cs index c0cbc0a16..a93613d13 100644 --- a/Source/Editor/Windows/Profiler/CPU.cs +++ b/Source/Editor/Windows/Profiler/CPU.cs @@ -25,7 +25,7 @@ namespace FlaxEngine } } - public unsafe bool NameStartsWith(string prefix) + internal unsafe bool NameStartsWith(string prefix) { fixed (char* name = &Name0) {