Skip to content

Commit

Permalink
Merge pull request #55 from General-101/master
Browse files Browse the repository at this point in the history
Fix H2 render args
  • Loading branch information
Steven Garcia authored Jun 13, 2024
2 parents 50ec885 + 0a7072d commit 1bd0b40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Launcher/ToolkitInterface/H2AToolkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ public override async Task ImportModel(string path, ModelCompile importType, boo
}
if (renderPRT)
{
if (!accurateRender)
{
args.Add("false");
}
args.Add("true");
}
}
Expand Down

0 comments on commit 1bd0b40

Please sign in to comment.