Commit ceada5af by Daniel Dahan

Merge pull request #210 from xjiaoyang/master

MaterialDeviceType switch issue
parents 5365d0be 3a6ef3ec
......@@ -47,7 +47,7 @@ public struct MaterialDevice {
return .iPhone
case .TV:
return .TV
case .Unspecified:
default:
return .Unspecified
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment