Fix assertion failure when colour stack used with TC_FORCED

pull/203/head
Jonathan G Rennison 4 years ago
parent 66630ef8df
commit 890e0c1198

@ -64,7 +64,7 @@ struct FontState {
*/
inline void PushColour()
{
colour_stack.push(this->cur_colour);
colour_stack.push(this->cur_colour & ~TC_FORCED);
}
/**

Loading…
Cancel
Save