You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
-Rename unexisting by nonexistant, closes #1940
-Added function to retrieve list of actions fron InputMap
This commit is contained in:
@@ -1714,7 +1714,7 @@ Error ShaderLanguage::parse_expression(Parser& parser,Node *p_parent,Node **r_ex
|
||||
|
||||
if (!existing) {
|
||||
|
||||
parser.set_error("Unexisting identifier in expression: "+identifier);
|
||||
parser.set_error("Nonexistent identifier in expression: "+identifier);
|
||||
return ERR_PARSE_ERROR;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user