AlchSync: Change dynamic_casts to LLVOVolume to asVolume()
This commit is contained in:
@@ -1787,7 +1787,7 @@ void renderComplexityDisplay(LLDrawable* drawablep)
|
||||
return;
|
||||
}
|
||||
|
||||
LLVOVolume *voVol = dynamic_cast<LLVOVolume*>(vobj);
|
||||
LLVOVolume *voVol = vobj->asVolume();;
|
||||
|
||||
if (!voVol)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user