You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-properly handle newline in \ (line continuation) in gdscript, fixes #2112
-also fix a small crash in export detection with scripts that include themselves
This commit is contained in:
@@ -260,6 +260,7 @@ void GDTokenizerText::_advance() {
|
||||
}
|
||||
|
||||
INCPOS(1);
|
||||
line++;
|
||||
|
||||
while(GETCHAR(0)==' ' || GETCHAR(0)=='\t') {
|
||||
INCPOS(1);
|
||||
|
||||
Reference in New Issue
Block a user