You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
GDScript: Remove leftmost_column and rightmost_column fields
This commit is contained in:
@@ -79,7 +79,7 @@ void GDScriptCompiler::_set_error(const String &p_error, const GDScriptParser::N
|
||||
error = p_error;
|
||||
if (p_node) {
|
||||
err_line = p_node->start_line;
|
||||
err_column = p_node->leftmost_column;
|
||||
err_column = p_node->start_column;
|
||||
} else {
|
||||
err_line = 0;
|
||||
err_column = 0;
|
||||
|
||||
Reference in New Issue
Block a user