We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ec3dc commit c1ed7d6Copy full SHA for c1ed7d6
1 file changed
scripts/selection_code_update/selection_code_update.gml
@@ -3,7 +3,10 @@ function selection_code_update() {
3
// Updates the selection code
4
var a, b, ca, cb;
5
6
- if (selected = 0) ds_list_clear(selected_layers) return 0
+ if (selected = 0) {
7
+ ds_list_clear(selected_layers)
8
+ return 0
9
+ }
10
ca = 0
11
12
var _selection_l = selection_l
0 commit comments