From 2820fa943785c34542fb0b4e4422af058e35b384 Mon Sep 17 00:00:00 2001 From: urnati Date: Sat, 27 Jan 2024 07:17:25 -0500 Subject: [PATCH] - Loot : Fix for error when mousing over pass or roll buttons --- TitanLootType/TitanClassicLootType.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TitanLootType/TitanClassicLootType.lua b/TitanLootType/TitanClassicLootType.lua index ecf3d39..181850f 100644 --- a/TitanLootType/TitanClassicLootType.lua +++ b/TitanLootType/TitanClassicLootType.lua @@ -207,7 +207,8 @@ local SizingEnter=function(self) if not (GetCursorInfo()) then ResizeCursor:Show() ResizeCursor.Texture:SetTexture(self.GPI_Cursor) - ResizeCursor.Texture:SetRotation(math.rad(self.GPI_Rotation),0.5,0.5) +-- ResizeCursor.Texture:SetRotation(math.rad(self.GPI_Rotation),0.5,0.5) + ResizeCursor.Texture:SetRotation(math.rad(self.GPI_Rotation)) end end -- 1.7.9.5