fix GetErrorString
This commit is contained in:
parent
f3fac167e1
commit
93b6b512ca
|
@ -26,7 +26,7 @@ namespace godotVmcSharp
|
||||||
{
|
{
|
||||||
return $"Invalid argument type for argument \"{name}\" of \"{address}\". Expected {expected}, received {actual}.";
|
return $"Invalid argument type for argument \"{name}\" of \"{address}\". Expected {expected}, received {actual}.";
|
||||||
}
|
}
|
||||||
public static string GetErrorString(godotOscSharp.Address address, string name, char expected, char actual)
|
public static string GetErrorString(godotOscSharp.OscAddress address, string name, char expected, char actual)
|
||||||
{
|
{
|
||||||
return GetErrorString(address.ToString(), name, expected, actual);
|
return GetErrorString(address.ToString(), name, expected, actual);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user