Fix warning

This commit is contained in:
Wojtek Figat
2021-05-31 09:35:52 +02:00
parent d2f339dba1
commit d8cb1d15c7

View File

@@ -25,7 +25,7 @@ namespace FlaxEngine
}
}
public unsafe bool NameStartsWith(string prefix)
internal unsafe bool NameStartsWith(string prefix)
{
fixed (char* name = &Name0)
{