changeset 5:090b3be6489d

Fix for a LOD issue. Seems Kludgy, but I haven't figured out a better method yet.
author Vynn <mischivin@gmail.com>
date Sat, 05 Nov 2016 23:44:42 -0400
parents fe738e588d1a
children 73d6c2ccdd91
files WhistleMaster.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/WhistleMaster.lua	Sat Nov 05 13:20:58 2016 -0400
+++ b/WhistleMaster.lua	Sat Nov 05 23:44:42 2016 -0400
@@ -82,6 +82,8 @@
  		mapVisible = false
  	end
  	if (event == "VARIABLES_LOADED") then
+		WorldMapFrame:Show()
+		WorldMapFrame:Hide()
  		UpdateWhistleMaster()
  	end
 end