make occlusion culling default

This commit is contained in:
ZappoMan 2013-07-10 17:21:51 -07:00
parent 78611e30e7
commit 17e70271ff

View file

@ -35,7 +35,7 @@ AvatarData::AvatarData(Node* owningNode) :
_wantResIn(false),
_wantColor(true),
_wantDelta(false),
_wantOcclusionCulling(false),
_wantOcclusionCulling(true),
_headData(NULL),
_handData(NULL)
{