Fix warning
This commit is contained in:
@@ -25,7 +25,7 @@ namespace FlaxEngine
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public unsafe bool NameStartsWith(string prefix)
|
internal unsafe bool NameStartsWith(string prefix)
|
||||||
{
|
{
|
||||||
fixed (char* name = &Name0)
|
fixed (char* name = &Name0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user