Differences From Artifact [d70403196e]:
- File src/renderextras.cxx — part of check-in [0a0d4f9155] at 2024-07-20 15:08:41 on branch trunk — Run clang-format on the entire codebase (user: js, size: 9460) [annotate] [blame] [check-ins using]
To Artifact [6c33874cb2]:
- File src/renderextras.cxx — part of check-in [bd82b5a5b1] at 2024-07-20 21:49:30 on branch trunk — Fix needing -fpermissive (user: js, size: 9481) [annotate] [blame] [check-ins using]
- File src/renderextras.mm — part of check-in [7c2704b3d7] at 2024-07-21 12:02:07 on branch trunk — Convert to ObjC++ (user: js, size: 9481) [annotate] [blame] [check-ins using]
︙ | |||
180 181 182 183 184 185 186 | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | - + | if (!editmode) return; loopv(ents) { entity &e = ents[i]; if (e.type == NOTUSED) continue; |
︙ |