Skip to content

Commit

Permalink
Merge branch 'feat/lod-generator' of github.com:decentraland/asset-bu…
Browse files Browse the repository at this point in the history
…ndle-converter into feat/lod-generator
  • Loading branch information
dalkia committed Mar 11, 2024
2 parents 150e31f + 50d46a7 commit 1e9c44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer-server/src/logic/run-conversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function runLodsConversion(logger: ILoggerComponent.ILogger, compon
'-executeMethod', 'DCL.ABConverter.LODClient.ExportURLLODsToAssetBundles',
'-sceneCid', options.entityId,
'-logFile', options.logFile,
'-lods', options.lods.join(','),
'-lods', options.lods.join(';'),
'-output', options.outDirectory
]

Expand Down

0 comments on commit 1e9c44a

Please sign in to comment.