Skip to content

Commit

Permalink
chore: change lods delimiter when invoking AB Converter
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Mar 11, 2024
1 parent ddee0cc commit 50d46a7
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 50d46a7

Please sign in to comment.