In PerformConvexDecomposition(), CostTask t shadows Timer t
madmiraal opened this issue · 0 comments
madmiraal commented
include/VHACD.h: In member function 'void VHACD::VHACDImpl::PerformConvexDecomposition()':
include/VHACD.h:7610:38: error: declaration of 't' shadows a previous local [-Werror=shadow=local]
7610 | CostTask t;
| ^
include/VHACD.h:7546:23: note: shadowed declaration is here
7546 | Timer t;
| ^