mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
Add editor portion of rendering flow
This commit is contained in:
@@ -447,9 +447,9 @@ bool ModalWindow::skipBuildInAnimation()
|
||||
return true;
|
||||
}
|
||||
|
||||
void ModalWindow::close()
|
||||
void ModalWindow::close(bool skipAnimation)
|
||||
{
|
||||
m_phase = Phase::BuildOut;
|
||||
m_phase = skipAnimation ? Phase::Done : Phase::BuildOut;
|
||||
m_frame = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user