mirror of
https://github.com/samsonjs/SJSAssetExportSession.git
synced 2026-03-25 08:45:50 +00:00
Fix a typo
This commit is contained in:
parent
62a7a375c0
commit
10c717ab99
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ actor SampleWriter {
|
|||
let renderWidth = Int(renderSize.width)
|
||||
let renderHeight = Int(renderSize.height)
|
||||
if renderWidth != settingsWidth || renderHeight != settingsHeight {
|
||||
log.warning("Video composition's render size (\(renderWidth)x\(renderHeight)) will be overriden by video output settings (\(settingsWidth)x\(settingsHeight))")
|
||||
log.warning("Video composition's render size (\(renderWidth)x\(renderHeight)) will be overridden by video output settings (\(settingsWidth)x\(settingsHeight))")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue