nixos-configuration/modules/programs/path-of-building-poe2/fix_drawimage_lua.patch
2025-03-21 02:00:29 +01:00

21 lines
794 B
Diff

diff --git a/src/Classes/PassiveTreeView.lua b/src/Classes/PassiveTreeView.lua
index 5757f18e..60a49b9b 100644
--- a/src/Classes/PassiveTreeView.lua
+++ b/src/Classes/PassiveTreeView.lua
@@ -912,7 +912,7 @@ function PassiveTreeViewClass:DrawAsset(data, x, y, scale, isHalf)
DrawImage(data.handle, x - width, y - height * 2, width * 2, height * 2)
DrawImage(data.handle, x - width, y, width * 2, height * 2, 0, 1, 1, 0)
else
- DrawImage(data.handle, x - width, y - height, width * 2, height * 2, unpack(data))
+ -- DrawImage(data.handle, x - width, y - height, width * 2, height * 2, 0,1,1,0)
end
end
@@ -1308,4 +1308,4 @@ function PassiveTreeViewClass:LessLuminance()
local newA = a * alphaFactor;
SetDrawColor(newR, newG, newB, newA)
-end
\ No newline at end of file
+end