Skip to content

Commit

Permalink
Update Polyhedra.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Feb 18, 2021
1 parent 4bf5b59 commit 50248d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Polyhedra/Polyhedra.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class PolyhedraRegistry {
let data = try? Data(contentsOf: url),
let loaded = try? decoder.decode([String].self, from: data)
else {
fatalError("Failed to decode polyhedra from bundle.")
fatalError("Failed to decode colors from bundle.")
}
return loaded.map { (hexString) -> NSColor in
var hex: UInt64 = 0
Expand Down

0 comments on commit 50248d7

Please sign in to comment.