Posted November 03, 2024 by stomygame
I noticed a streamer had parts of the HUD not appear. I have an extra offset I’ve applied to stick to a 16:9 aspect for the HUD even if the screen is wider than that. But foolishly I wasn’t actually defaulting it to zero properly when that isn’t necessary. This should now be fixed.
I hadn’t noticed because I suppose my local glibc or something must have arbitrarily decided to default initialize to zero anyway.