Created
January 13, 2019 11:25
-
-
Save mwaterfall/22f12a4d6186bb171f1306cd67f193c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension Material { | |
init(from decoder: Decoder) throws { | |
self = try Material(from: decoder, default: .other) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment