Compare commits
1 Commits
042843fe42
...
master_fix
| Author | SHA1 | Date | |
|---|---|---|---|
| 824ff7050e |
@@ -920,7 +920,7 @@ namespace Flax.Build.Bindings
|
||||
|
||||
// BytesContainer
|
||||
if (typeInfo.Type == "BytesContainer" && typeInfo.GenericArgs == null)
|
||||
return "MUtils::ToArray({0})";
|
||||
return $"MUtils::ToArray({value})";
|
||||
|
||||
// Construct native typename for MUtils template argument
|
||||
var nativeType = new StringBuilder(64);
|
||||
|
||||
Reference in New Issue
Block a user