You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
rename String.extension() -> String.get_extension() / String.basename() -> String.get_basename()
This commit is contained in:
@@ -933,7 +933,7 @@ bool ResourceFormatLoaderVideoStreamTheora::handles_type(const String& p_type) c
|
||||
|
||||
String ResourceFormatLoaderVideoStreamTheora::get_resource_type(const String &p_path) const {
|
||||
|
||||
String exl=p_path.extension().to_lower();
|
||||
String exl=p_path.get_extension().to_lower();
|
||||
if (exl=="ogm" || exl=="ogv")
|
||||
return "VideoStreamTheora";
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user