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