Skip to content

Commit

Permalink
Update PXZEntryPoint.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Ignacio Molteni <[email protected]>
  • Loading branch information
dalkia authored Feb 28, 2024
1 parent 58c70b4 commit a3fe809
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DCL_PiXYZ/PXZEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ static async Task Main(string[] args)

private static async Task RunLODBuilder(string[] args)
{
await RoadJSONGenerator.GenerateWorldROADJSON();
return;

string defaultScene = "5,19";
string defaultOutputPath = Path.Combine(Directory.GetCurrentDirectory(), "built-lods") ;
string defaultSceneLodManifestDirectory = Path.Combine(Directory.GetCurrentDirectory(), "scene-lod-entities-manifest-builder/");
Expand Down

0 comments on commit a3fe809

Please sign in to comment.