mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove straggler ifdef in Model class
This commit is contained in:
parent
82fddfc31f
commit
3c4050884e
1 changed files with 0 additions and 8 deletions
|
@ -725,14 +725,6 @@ void Model::updateRenderItemsKey(const render::ScenePointer& scene) {
|
|||
data.updateKey(renderItemsKey);
|
||||
});
|
||||
}
|
||||
//TODO: Remove
|
||||
#ifdef RENDER_MODEL_BOUNDING_BOXES
|
||||
foreach(auto item, _collisionRenderItemsMap.keys()) {
|
||||
transaction.updateItem<ModelMeshPartPayload>(item, [renderItemsKey](ModelMeshPartPayload& data) {
|
||||
data.updateKey(renderItemsKey);
|
||||
});
|
||||
}
|
||||
#endif
|
||||
scene->enqueueTransaction(transaction);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue