You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
improve OS.get_name classref, misc/scripts fixes, remove trailing quote
This commit is contained in:
@@ -1493,7 +1493,7 @@ GDScriptTokenizer::Token GDScriptTokenizer::scan() {
|
||||
}
|
||||
|
||||
default:
|
||||
return make_error(vformat(R"(Unknown character "%s".")", String(&c, 1)));
|
||||
return make_error(vformat(R"(Unknown character "%s".)", String(&c, 1)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user