Fix style

This commit is contained in:
Christian Semmler 2024-02-10 12:55:13 -05:00
parent 9ca04dcae7
commit 18509a78e3

View File

@ -143,8 +143,9 @@ void NotifyEntity(const char* p_filename, MxS32 p_entityId, LegoEntity* p_sender
while (cursor.Next(world)) { while (cursor.Next(world)) {
entity = (LegoEntity*) world->Find(atom, p_entityId); entity = (LegoEntity*) world->Find(atom, p_entityId);
if (entity != NULL) if (entity != NULL) {
break; break;
}
} }
} }