mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05: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