Skip to content

Commit 2011708

Browse files
committed
Fixed a minor issue that could conflict in strange ways with other addons
1 parent c444576 commit 2011708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dungeonIconText.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local Util = MPT.Util;
77
local Module = Main:NewModule('DungeonIconText', 'AceHook-3.0', 'AceEvent-3.0');
88

99
function Module:OnInitialize()
10-
self.font = CreateFont('');
10+
self.font = CreateFont('MythicPlusTweaks_DungeonIconText_Font');
1111
self.font:CopyFontObject(SystemFont_Huge1_Outline);
1212
self.minFontSize = 10;
1313
self.db = self.db or {};

0 commit comments

Comments
 (0)