Differences From Artifact [a6b73ab397]:
- File src/worldlight.mm — part of check-in [4b002822f9] at 2025-03-20 16:04:35 on branch trunk — Convert entity to a class (user: js, size: 6072) [annotate] [blame] [check-ins using]
To Artifact [5df422a1d9]:
- File src/worldlight.mm — part of check-in [08c9d7b0fa] at 2025-03-20 17:12:11 on branch trunk — Remove last usage of vector (user: js, size: 6078) [annotate] [blame] [check-ins using]
︙ | |||
258 259 260 261 262 263 264 | 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | - + | for (int x = s.x; x < s.xs + s.x; x++) for (int y = s.y; y < s.ys + s.y; y++) *q++ = *S(x, y); return b; } void |