Skip to content

Commit

Permalink
Merge pull request #102 from LeRatierBretonnien/master
Browse files Browse the repository at this point in the history
Debug issue #99 and fix issue #100
  • Loading branch information
p4535992 authored Sep 9, 2024
2 parents 6e3a84e + 92dac9a commit 4cfd6cc
Show file tree
Hide file tree
Showing 3 changed files with 1,246 additions and 1,228 deletions.
2 changes: 1 addition & 1 deletion src/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ Hooks.once("canvasInit", () => {
);
*/
} else {
libWrapper.register(CONSTANTS.MODULE_ID, "Note.prototype._drawTooltip", PinCushion._addDrawTooltip2, "MIXED");
libWrapper.register(CONSTANTS.MODULE_ID, "Note.prototype._refreshTooltip", PinCushion._addDrawTooltip2, "MIXED");
}

libWrapper.register(CONSTANTS.MODULE_ID, "Note.prototype._applyRenderFlags", PinCushion._applyRenderFlags, "MIXED");
Expand Down
Loading

0 comments on commit 4cfd6cc

Please sign in to comment.