mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
@@ -2518,7 +2518,7 @@ bool String::begins_with(const char* p_string) const {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return *p_string == 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user