Fix an issue with CBS credit reloading
This commit is contained in:
@@ -84,6 +84,10 @@ Cbs::Update()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (m_state == IDLE)
|
||||||
|
{
|
||||||
|
UpdateCredit(false);
|
||||||
|
}
|
||||||
m_state = WAITING;
|
m_state = WAITING;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user