Skip to content

Commit

Permalink
Merge pull request #1265 from ousttrue/fix/remove_warning
Browse files Browse the repository at this point in the history
warning
  • Loading branch information
PoChang007 authored Sep 29, 2021
2 parents 64abe0d + a424d47 commit dfd5d6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Assets/VRM10/Tests/MigrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ public void Migrate_SpringBoneTest()
public void MigrateMeta()
{
Assert.True(Vrm10Data.TryParseOrMigrate(AliciaPath, true, out Vrm10Data vrm));
var a = 0;
}
}
}
2 changes: 0 additions & 2 deletions Assets/VRMShaders/VRM10/MToon10/Tests/MigrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public void MigrateToonyAndShift()
[Test]
public void MigrateGiIntensity()
{
var delta = 0.001f;

// normal
Assert.AreEqual(0f, MToon10Migrator.MigrateToGiEqualization(1f));

Expand Down

0 comments on commit dfd5d6c

Please sign in to comment.