OP profiling regression fix; Billboards such as those from Westly's tree mod should work again.

pull/2918/head
Bret Curtis 5 years ago
parent 8d9b2eca7d
commit c3dc0e62e8

@ -571,6 +571,7 @@ namespace MWRender
copyop.mSqrDistance = (viewPoint - pos).length2();
copyop.mViewVector = (viewPoint - worldCenter);
copyop.copy(cnode, trans);
copyop.mNodePath.pop_back();
if (activeGrid)
{

Loading…
Cancel
Save