Skip to content

GDScript: fixed highlighting of the next line when colon is missing

Rafał Mikrut requested to merge github/fork/koalefant/missing-colon into master

Created by: koalefant

At the moment when colon is missing at the end of if- or func-line the next line is being highlighted in the debugger. This may be quite confusing as the actual error is on the previous line.

Merge request reports