From f76d9a15d203dc4d204eb8ed179eee95bded7c44 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 27 Aug 2018 14:40:54 +0900 Subject: [PATCH] Fixed lambda index --- Scripts/Format/VRMImporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Format/VRMImporter.cs b/Scripts/Format/VRMImporter.cs index 0bb77215d..cd0d94418 100644 --- a/Scripts/Format/VRMImporter.cs +++ b/Scripts/Format/VRMImporter.cs @@ -453,7 +453,7 @@ namespace VRM { using (ctx.MeasureTime("ReadMesh")) { - return meshImporter.ReadMesh(ctx, i); + return meshImporter.ReadMesh(ctx, index); } }) .ContinueWith(Scheduler.MainThread, x =>