Skip to content

Commit

Permalink
FIX planner tool selection graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
LevFendi committed Feb 16, 2025
1 parent 34e44ed commit 74774c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/graphics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ function mod.sync_build_cursor_graphics(pindex)
elseif stack.is_upgrade_item then
color = { r = 0.25, b = 0.25, g = 1.00, a = 0.75 }
end
player.building_footprint.destroy()
player.building_footprint = rendering.draw_rectangle({
color = color,
width = 2,
Expand Down

0 comments on commit 74774c8

Please sign in to comment.