From d8cb1d15c7997e592cf3597394c9e31a5299e6bb Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 31 May 2021 09:35:52 +0200 Subject: [PATCH] Fix warning --- Source/Editor/Windows/Profiler/CPU.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {