diff --git a/ModelMeshPart.md b/ModelMeshPart.md index c76e675..1b411be 100644 --- a/ModelMeshPart.md +++ b/ModelMeshPart.md @@ -82,7 +82,8 @@ To support using custom effect instances, **ModelMeshPart::CreateInputLayout** p // Could call if a custom transformation was desired for each part // if (imatricies) imatrices->SetWorld( local ) - part->Draw( deviceContext.Get(), newEffect, newInputLayouts[ count++ ].Get() ); + part->Draw( deviceContext.Get(), newEffect, + newInputLayouts[ count++ ].Get() ); } }