Email or username:

Password:

Forgot your password?
Top-level
Foone🏳️‍⚧️

oh god I think this game's Quad class initializes some of the points to negative NaN

1 comment
Foone🏳️‍⚧️ replied to Foone🏳️‍⚧️

amazing moments in compiler optimization:

if (param_1 != (GrQuad *)0x0) {
if (param_1 == (GrQuad *)0x0) {
return (GrQuadBase *)0x0;
}
}

Go Up