You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix more issues found by cppcheck.
This commit is contained in:
@@ -344,7 +344,6 @@ Error VariantParser::get_token(Stream *p_stream, Token &r_token, int &line, Stri
|
||||
if (string_name) {
|
||||
r_token.type = TK_STRING_NAME;
|
||||
r_token.value = StringName(str);
|
||||
string_name = false; //reset
|
||||
} else {
|
||||
r_token.type = TK_STRING;
|
||||
r_token.value = str;
|
||||
|
||||
Reference in New Issue
Block a user