mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
Additional Semicolon Removal
This commit is contained in:
parent
767f921859
commit
714e4b2041
@ -365,11 +365,9 @@ void ObjectRenderer::buildRenderList(GameObject* object, RenderList& outList) {
|
||||
case GameObject::Character:
|
||||
renderCharacter(static_cast<CharacterObject*>(object), outList);
|
||||
break;
|
||||
;
|
||||
case GameObject::Vehicle:
|
||||
renderVehicle(static_cast<VehicleObject*>(object), outList);
|
||||
break;
|
||||
;
|
||||
case GameObject::Pickup:
|
||||
renderPickup(static_cast<PickupObject*>(object), outList);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user