Commit dcd0715b authored by Lionel Heng's avatar Lionel Heng

Disabled active culling of overlay geode.

parent c1543339
...@@ -4,6 +4,8 @@ GLOverlayGeode::GLOverlayGeode() ...@@ -4,6 +4,8 @@ GLOverlayGeode::GLOverlayGeode()
: mDrawable(new GLOverlayDrawable) : mDrawable(new GLOverlayDrawable)
, mMessageTimestamp(0.0) , mMessageTimestamp(0.0)
{ {
setCullingActive(false);
addDrawable(mDrawable); addDrawable(mDrawable);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment