Remove unused variable

depth-refraction
elsid 2 years ago
parent d64eea2fc6
commit 99069b02e4
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -510,7 +510,6 @@ namespace CSMWorld
// Setup body parts
for (int i = 0; i < mBodyParts.getSize(); ++i)
{
auto partId = mBodyParts.getId(i);
auto& partRecord = mBodyParts.getRecord(i);
if (partRecord.isDeleted())

Loading…
Cancel
Save