forked from Clones/Controlify
✏️ Re-add immediately fast compat
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
package dev.isxander.controlify.compatibility.immediatelyfast;
|
||||
|
||||
//import net.raphimc.immediatelyfast.feature.batching.BatchingBuffers;
|
||||
import net.raphimc.immediatelyfast.feature.batching.BatchingBuffers;
|
||||
|
||||
public class ImmediatelyFastCompat {
|
||||
public static void beginHudBatching() {
|
||||
// BatchingBuffers.beginHudBatching();
|
||||
BatchingBuffers.beginHudBatching();
|
||||
}
|
||||
|
||||
public static void endHudBatching() {
|
||||
// BatchingBuffers.endHudBatching();
|
||||
BatchingBuffers.endHudBatching();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user