This commit is contained in:
Spartan322
2024-11-02 03:14:40 -04:00
169 changed files with 3388 additions and 1094 deletions

View File

@@ -422,7 +422,7 @@ NodePath::NodePath(const String &p_path) {
continue; // Allow end-of-path :
}
ERR_FAIL_MSG("Invalid NodePath '" + p_path + "'.");
ERR_FAIL_MSG(vformat("Invalid NodePath '%s'.", p_path));
}
subpath.push_back(str);