AlchSync: Change dynamic_casts to LLVOVolume to asVolume()

This commit is contained in:
Liru Færs
2020-01-04 23:31:15 -05:00
parent e81affce51
commit 19ad64cc96
12 changed files with 42 additions and 28 deletions

View File

@@ -1787,7 +1787,7 @@ void renderComplexityDisplay(LLDrawable* drawablep)
return;
}
LLVOVolume *voVol = dynamic_cast<LLVOVolume*>(vobj);
LLVOVolume *voVol = vobj->asVolume();;
if (!voVol)
{