Update LEGO1/lego/legoomni/src/worlds/registrationbook.cpp

This commit is contained in:
Anders Jenbo 2025-07-05 05:03:08 +02:00 committed by GitHub
parent 32452aed43
commit 3d78c2a3aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -671,7 +671,7 @@ MxLong RegistrationBook::HandlePathStruct(LegoPathStructNotificationParam& p_par
MxBool RegistrationBook::CreateSurface()
{
MxCompositePresenterList* presenters = m_checkmark[0]->GetList();
MxStillPresenter *presenter;
MxStillPresenter* presenter;
if (presenters) {
if (presenters->begin() != presenters->end()) {