Fix using ApiToken constant

This commit is contained in:
Wojtek Figat
2021-01-03 23:38:43 +01:00
parent 464523f318
commit 566a653c0a

View File

@@ -286,7 +286,7 @@ namespace Flax.Build.Bindings
return parameters;
// Check for param meta
if (token.Value == "API_PARAM")
if (token.Value == ApiTokens.Param)
{
// Read parameters from the tag
var tagParams = ParseTagParameters(ref context);