theyareonit
theyareonit
### Geode Version 2.0.0-beta23 ### Related Problem its kinda dumb that "enhancement" and "Enhancement" are separate tags ### Your Solution either automatically convert tags to one format in the index...
### Request Description The function RenderSystem.limitDisplayFPS() in vanilla Minecraft currently looks something like this: ``` public static void limitDisplayFPS(int fps) { double target = lastDrawTime + 1.0 / (double)fps; double...
Fixes https://github.com/CaffeineMC/sodium-fabric/issues/2610 by removing the possibility for long-term desync between the player's FPS cap and their actual framerate. I'm not 100% sure about the things I mentioned in the comments...