mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix style
This commit is contained in:
parent
9ca04dcae7
commit
18509a78e3
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user