Merge pull request #2757 from Chaosus/fix_switch

Adds break to default case in switch flow operator (shaders).
This commit is contained in:
Yuri Roubinsky
2019-09-12 15:49:59 +03:00
committed by GitHub

View File

@@ -342,6 +342,7 @@ Godot Shading language supports the most common types of flow control:
break;
//...
default: // optional
break;
}
// for loops