forked from rojo-rbx/rojo
Update more code to new formatting machinery
This commit is contained in:
@@ -19,7 +19,7 @@ local function preloadAssets()
|
||||
table.insert(contentUrls, url)
|
||||
end
|
||||
|
||||
Log.trace("Preloading assets: %s", table.concat(contentUrls, ", "))
|
||||
Log.trace("Preloading assets: {:?}", contentUrls)
|
||||
|
||||
coroutine.wrap(function()
|
||||
ContentProvider:PreloadAsync(contentUrls)
|
||||
|
||||
Reference in New Issue
Block a user