mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@a372214a4a
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user