Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mono compilation fails #13068

Closed
ghost opened this issue Nov 20, 2017 · 1 comment
Closed

Mono compilation fails #13068

ghost opened this issue Nov 20, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 20, 2017

Using current master, trying to compile any mono project fails with the error ObjectType/TextEdit.cs(349,77): Unexpected symbol '='. I tried removing the .local/share/godot/mono directory entirely but I'm getting the same error.
Line 349 is

public void CursorSetLine(int line, bool adjustViewport, canBeHidden = true, bool arg2 = true)

so canBeHidden doesn't have type

@neikeq
Copy link
Contributor

neikeq commented Nov 20, 2017

It's because the second and third parameter are registered as a single one: "adjust_viewport, can_be_hidden".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants