Skip to content
Snippets Groups Projects

Bind an entity reference instead of an rvalue

Merged Praetorius, Simon requested to merge issue/bind-entity-reference into master
All threads resolved!
Files
19
@@ -73,7 +73,7 @@ public:
void bind (const LocalContext& localContext)
{
localContext_.emplace(localContext);
geometry_.emplace(localContext.geometry());
geometry_.emplace(localContext_->geometry());
lfe_ = &cache_.get(localContext_->type());
lfe_->localInterpolation().interpolate([&](const auto& local)
Loading