mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +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