diff --git a/src/ui/map3D/GLOverlayGeode.cc b/src/ui/map3D/GLOverlayGeode.cc index 35a6f78663a2cfd2ec068e6c9358ef9943878e1b..c2be6e2f651a72078a339d99b7494f88274bc275 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); }