You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
#18051: Remove redundant verbatim prefixes
This commit is contained in:
@@ -850,7 +850,7 @@ namespace Godot
|
||||
int end = instance.Find(divisor, from);
|
||||
if (end < 0)
|
||||
end = len;
|
||||
if (allow_empty || end > @from)
|
||||
if (allow_empty || end > from)
|
||||
ret.Add(float.Parse(instance.Substring(from)));
|
||||
if (end == len)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user