Fixed lambda index

This commit is contained in:
ousttrue 2018-08-27 14:40:54 +09:00
parent 5574bab42c
commit f76d9a15d2

View File

@ -453,7 +453,7 @@ namespace VRM
{
using (ctx.MeasureTime("ReadMesh"))
{
return meshImporter.ReadMesh(ctx, i);
return meshImporter.ReadMesh(ctx, index);
}
})
.ContinueWith(Scheduler.MainThread, x =>