Quantcast

- Loot : Fix for error when mousing over pass or roll buttons

urnati [01-27-24 - 12:17]
- Loot : Fix for error when mousing over pass or roll buttons
Filename
TitanLootType/TitanClassicLootType.lua
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