The Skung Cave commit
This commit is contained in:
@ -16,6 +16,8 @@ struct NSImageLoader: LoaderProtocol
|
||||
return image
|
||||
}
|
||||
|
||||
func load(url: URL, content: inout ContentManager) -> T? { return load(url: url) }
|
||||
|
||||
static func loadImage(url: URL) throws -> Image
|
||||
{
|
||||
try autoreleasepool
|
||||
|
Reference in New Issue
Block a user