Skip to content
Snippets Groups Projects
Commit 393d74f0 authored by John Kessenich's avatar John Kessenich
Browse files

Merge pull request #300 from Qining/fix-slow-down-in-no-contraction-propagation

Fix the slow down in noContraction propagation
parents 0133c123 507308b2
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ bool TSymbolDefinitionCollectingTraverser::visitBinary(glslang::TVisit /* visit
} else {
// For other binary nodes, still traverse the right node.
current_object_.clear();
return true;
node->getRight()->traverse(this);
}
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment