Fix invalid comment

This commit is contained in:
Wojtek Figat
2021-02-09 10:58:13 +01:00
parent 85167b2d4b
commit 2b962e4389

View File

@@ -312,7 +312,7 @@ namespace Flax.Deps.Dependencies
}
// Get the source
//CloneGitRepoSingleBranch(root, "https://github.com/NVIDIAGameWorks/PhysX.git", "4.1");
CloneGitRepoSingleBranch(root, "https://github.com/NVIDIAGameWorks/PhysX.git", "4.1");
foreach (var platform in options.Platforms)
{