This commit is contained in:
Spartan322
2024-12-09 17:57:46 -05:00
284 changed files with 6554 additions and 3886 deletions

View File

@@ -294,7 +294,7 @@ void ShaderCreateDialog::_type_changed(int p_language) {
String extension = "";
if (!path.is_empty()) {
if (path.contains(".")) {
if (path.contains_char('.')) {
extension = path.get_extension();
}
if (extension.length() == 0) {