diff options
Diffstat (limited to 'core/path_db.cpp')
-rw-r--r-- | core/path_db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/path_db.cpp b/core/path_db.cpp index de3a4cceee..679372898c 100644 --- a/core/path_db.cpp +++ b/core/path_db.cpp @@ -334,7 +334,7 @@ NodePath::NodePath(const String& p_path) { StringName property; Vector<StringName> subpath; - int absolute=(path[0]=='/')?1:0;; + int absolute=(path[0]=='/')?1:0; bool last_is_slash=true; int slices=0; int subpath_pos=path.find(":"); |