mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-24 03:51:23 -05:00
Fixed lambda index
This commit is contained in:
parent
5574bab42c
commit
f76d9a15d2
|
|
@ -453,7 +453,7 @@ namespace VRM
|
|||
{
|
||||
using (ctx.MeasureTime("ReadMesh"))
|
||||
{
|
||||
return meshImporter.ReadMesh(ctx, i);
|
||||
return meshImporter.ReadMesh(ctx, index);
|
||||
}
|
||||
})
|
||||
.ContinueWith(Scheduler.MainThread, x =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user