Skip to content

Commit

Permalink
Dumb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Feb 22, 2024
1 parent 27921f5 commit 10ea314
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ private void onUpdateSearch(String string, CallbackInfo ci) {

@Inject(
method = "render",
at = @At("HEAD"),
remap = false
at = @At("HEAD")
)
private void onRender(DrawContext context, int mouseX, int mouseY, float delta, CallbackInfo ci) {
double time = GlfwUtil.getTime();
Expand Down

0 comments on commit 10ea314

Please sign in to comment.