Closed SiverDX closed 1 year ago
private void forceDrawBatch(CallbackInfo ci) {
if (ImmediatelyFast.runtimeConfig.hud_batching && BatchingBuffers.isHudBatching()) {
BatchingBuffers.endHudBatching();
BatchingBuffers.beginHudBatching();
}
}
shouldn't this be static? https://github.com/squeek502/AppleSkin/blob/8c861e80413c2fd578917f4d58e2cc8e54ba4508/java/squeek/appleskin/client/HUDOverlayHandler.java#L396
Yes, but it is not in fabric. AppleSkin codebase is just inconsistent
Oh okay thats weird
Can you check if its fixed in this version: https://upload.raphimc.net/file/uFJEDrkuJCjxGbQA/tnvltNdRhmFQyc3S/ImmediatelyFast-1.2.3-SNAPSHOT%2B1.19.2.jar
No issues in that version
Fixed in IF 1.2.3
AppleSkin version: 1.19.2 - 2.4.2