Skip to content

Commit

Permalink
fix wrong conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterVdc authored Apr 26, 2024
1 parent 19f89e3 commit fcc5ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scenes/OverheadOwnership.gd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func start():
slabOwnershipImage.lock()
for ySlab in M.ySize:
for xSlab in M.xSize:
var getOwner = oDataOwnership.get_cell(xSlab,ySlab)
var getOwner = oDataOwnership.get_cell_ownership(xSlab,ySlab)
if getOwner < Constants.PLAYERS_COUNT:
slabOwnershipImage.set_pixel(xSlab, ySlab, Constants.ownerRoomCol[getOwner])
slabOwnershipImage.unlock()
Expand Down

0 comments on commit fcc5ecc

Please sign in to comment.