small bugfix

This commit is contained in:
Chr1Z93 2023-11-11 11:15:21 +01:00
parent 405d3b1500
commit 549c823efb

View File

@ -893,7 +893,7 @@ function clickableClues(showCounter)
local clueCount = 0
-- move clue counters
local modY = showcounter and -0.525 or 0.525
local modY = showCounter and 0.525 or -0.525
ownedObjects.ClickableClueCounter.setPosition(clickerPos + Vector(0, modY, 0))
if showCounter then