mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
oops
This commit is contained in:
parent
79141e3869
commit
574709824e
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ void RenderableModelEntityItem::locationChanged(bool tellPhysics) {
|
|||
auto myMetaItemCopy = _myMetaItem;
|
||||
|
||||
void* key = (void*)this;
|
||||
AbstractViewStateInterface::instance()->pushPostUpdateLambda(key, [_myMetaItem]() {
|
||||
AbstractViewStateInterface::instance()->pushPostUpdateLambda(key, [myMetaItemCopy]() {
|
||||
render::ScenePointer scene = AbstractViewStateInterface::instance()->getMain3DScene();
|
||||
render::PendingChanges pendingChanges;
|
||||
pendingChanges.updateItem<RenderableModelEntityItemMeta>(myMetaItemCopy, [](RenderableModelEntityItemMeta& data){});
|
||||
|
|
Loading…
Reference in a new issue