Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba3cf0d

Browse files
Fix a bug generating the base type constructor function for delegates
1 parent 1cb1135 commit ba3cf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Unity/Assets/NativeScript/Editor/GenerateBindings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6751,7 +6751,7 @@ static void AppendDelegate(
67516751
AppendCsharpBaseTypeConstructorFunction(
67526752
type,
67536753
GetTypeName(bindingTypeName, string.Empty),
6754-
false,
6754+
true,
67556755
constructorFuncName,
67566756
constructorParams,
67576757
new ParameterInfo[0],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /