From Mike Wittman, "Here is a change to the .cpp file to fix it by disambiguating the cull invocation."
This commit is contained in:
@@ -194,7 +194,7 @@ void ClusterCullingCallback::operator()(Node* node, NodeVisitor* nv)
|
||||
{
|
||||
if (nv)
|
||||
{
|
||||
if (cull(nv,0,0)) return;
|
||||
if (cull(nv,0,static_cast<State *>(0))) return;
|
||||
|
||||
traverse(node,nv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user