Fix -Wgnu-folding-constant

FossilOrigin-Name: e79356d2a66c0537866b4ff23389bc8b8755ac324310c769e670d4247456d604
This commit is contained in:
Jonathan Schleifer 2025-03-20 23:02:06 +00:00
parent ff6912e3ff
commit 6bd7c25ec3
6 changed files with 11 additions and 10 deletions

View file

@ -81,7 +81,7 @@ blendbox(int x1, int y1, int x2, int y2, bool border)
glDepthMask(GL_TRUE);
}
const int MAXSPHERES = 50;
#define MAXSPHERES 50
struct sphere {
OFVector3D o;
float size, max;