mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
use empty
This commit is contained in:
parent
db9cb9b1a4
commit
7f04bb06bd
@ -77,7 +77,7 @@ void LegoEntityPresenter::ReadyTickle()
|
|||||||
// FUNCTION: LEGO1 0x10053720
|
// FUNCTION: LEGO1 0x10053720
|
||||||
void LegoEntityPresenter::RepeatingTickle()
|
void LegoEntityPresenter::RepeatingTickle()
|
||||||
{
|
{
|
||||||
if (m_list.size() == 0) {
|
if (m_list.empty()) {
|
||||||
EndAction();
|
EndAction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user