Fix assertion failure when colour stack used with TC_FORCED
This commit is contained in:
@@ -64,7 +64,7 @@ struct FontState {
|
|||||||
*/
|
*/
|
||||||
inline void PushColour()
|
inline void PushColour()
|
||||||
{
|
{
|
||||||
colour_stack.push(this->cur_colour);
|
colour_stack.push(this->cur_colour & ~TC_FORCED);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user