From 14658250e35ddf9169876a818a9ab1673816a6ba Mon Sep 17 00:00:00 2001 From: John Date: Fri, 3 Jul 2015 18:04:17 +0300 Subject: [PATCH] Fix Ambulance Chaser nametags in the margin --- otp/margins/MarginManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp/margins/MarginManager.py b/otp/margins/MarginManager.py index dbbbb978..60f60bac 100644 --- a/otp/margins/MarginManager.py +++ b/otp/margins/MarginManager.py @@ -16,7 +16,7 @@ class MarginManager(PandaNode): cell = MarginCell(self) cell.reparentTo(a2d) cell.setScale(0.2) - cell.setPos(x, 0, y) + cell.setPos(x, 0, y + 0.025) cell.setAvailable(True) cell.setPythonTag('MarginCell', cell)