From 7d0f72f9618d2555480c2bb0b54e79681838c266 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 3 Mar 2017 17:35:27 +0100 Subject: [PATCH] Better fix for the bug where blupi is not at the right z-index It looks much better because in this case, the right object is in front of Blupi (at least, it seems). --- src/decor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decor.cxx b/src/decor.cxx index 23357e0..2d5fc61 100644 --- a/src/decor.cxx +++ b/src/decor.cxx @@ -625,7 +625,7 @@ void CDecor::BuildPutBlupi() * consider the following code as a workaround. */ if (x == m_blupi[rank].cel.x) - x++; + x -= 2; else x = m_blupi[rank].cel.x;