Differences From Artifact [866128604e]:
- File src/renderextras.m — part of check-in [46c5779570] at 2025-03-20 21:52:26 on branch trunk — Convert more files to pure Objective-C (user: js, size: 9910) [annotate] [blame] [check-ins using]
To Artifact [5de4da4840]:
- File src/renderextras.m — part of check-in [e79356d2a6] at 2025-03-20 23:02:06 on branch trunk — Fix -Wgnu-folding-constant (user: js, size: 9905) [annotate] [blame] [check-ins using]
︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + | glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); xtraverts += 8; glEnable(GL_BLEND); glEnable(GL_TEXTURE_2D); glDepthMask(GL_TRUE); } |
︙ |