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 fe6a1d8 commit 713fdb7Copy full SHA for 713fdb7
scripts/calculate_size/calculate_size.gml
@@ -75,7 +75,7 @@ function calculate_size() {
75
for (b = 0; b < 2; b += 1) {
76
if (a <= scp_exp_enda[b]) {
77
sch_exp_repeaters[b, 2] += 1
78
- if (sch_colamount[a] > 0) {
+ if (sch_colamount[b, a] > 0) {
79
sch_exp_repeaters[b, 0] += 1
80
cnt[b, 0] = 0
81
sch_exp_repeaters[b, 1] += 1
0 commit comments