From dcd0715bccb81ae1cae3dc571012a76bad8240e5 Mon Sep 17 00:00:00 2001 From: Lionel Heng Date: Thu, 8 Mar 2012 23:39:59 +0100 Subject: [PATCH] Disabled active culling of overlay geode. --- src/ui/map3D/GLOverlayGeode.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/map3D/GLOverlayGeode.cc b/src/ui/map3D/GLOverlayGeode.cc index 35a6f7866..c2be6e2f6 100644 --- a/src/ui/map3D/GLOverlayGeode.cc +++ b/src/ui/map3D/GLOverlayGeode.cc @@ -4,6 +4,8 @@ GLOverlayGeode::GLOverlayGeode() : mDrawable(new GLOverlayDrawable) , mMessageTimestamp(0.0) { + setCullingActive(false); + addDrawable(mDrawable); } -- 2.22.0