mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
CFrontEndUI work
This commit is contained in:
@@ -19,14 +19,14 @@ zeus::CColor CFontRenderState::ConvertToTextureSpace(const CTextColor& col) cons
|
||||
|
||||
void CFontRenderState::PopState()
|
||||
{
|
||||
static_cast<CSaveableState&>(*this) = xa4_pushedStates.back();
|
||||
xa4_pushedStates.pop_back();
|
||||
static_cast<CSaveableState&>(*this) = x10c_pushedStates.back();
|
||||
x10c_pushedStates.pop_back();
|
||||
RefreshPalette();
|
||||
}
|
||||
|
||||
void CFontRenderState::PushState()
|
||||
{
|
||||
xa4_pushedStates.push_back(*this);
|
||||
x10c_pushedStates.push_back(*this);
|
||||
}
|
||||
|
||||
void CFontRenderState::SetColor(EColorType tp, const CTextColor& col)
|
||||
|
||||
Reference in New Issue
Block a user