mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Correct braces formatting
This commit is contained in:
parent
5a78e8ef34
commit
641dde6c7b
@ -252,9 +252,7 @@ void MxTransitionManager::SetWaitIndicator(MxVideoPresenter *p_waitIndicator)
|
|||||||
if (m_waitIndicator->GetCurrentTickleState() < MxPresenter::TickleState_Streaming) {
|
if (m_waitIndicator->GetCurrentTickleState() < MxPresenter::TickleState_Streaming) {
|
||||||
m_waitIndicator->Tickle();
|
m_waitIndicator->Tickle();
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
{
|
|
||||||
// Disable copy rect
|
// Disable copy rect
|
||||||
m_copyFlags.bit0 = FALSE;
|
m_copyFlags.bit0 = FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user