small bugfix
This commit is contained in:
parent
405d3b1500
commit
549c823efb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user