Rewrote assertions
This commit is contained in:
@ -78,6 +78,6 @@ struct Color Color::fromString(std::string str) {
|
||||
}
|
||||
|
||||
// TODO: Parse other kinds of colors
|
||||
assertUnreachable("Failed to find a color match for " + str);
|
||||
assertUnreachable("Failed to find a color match for %s", str);
|
||||
return {};
|
||||
}
|
Reference in New Issue
Block a user