mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
commit
4d5ec64a9d
@ -2518,7 +2518,7 @@ bool String::begins_with(const char* p_string) const {
|
||||
|
||||
}
|
||||
|
||||
return true;
|
||||
return *p_string == 0;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user