use empty

This commit is contained in:
Christian Semmler 2023-12-26 17:35:21 -05:00
parent db9cb9b1a4
commit 7f04bb06bd

View File

@ -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();
} }
} }