get asan to not complain about invalid downcast of EntityRenderer UpdateFunctor

This commit is contained in:
Seth Alves 2018-09-30 15:25:21 -07:00
parent 749b02cfb8
commit f784b33eed

View file

@ -305,7 +305,7 @@ void EntityRenderer::updateInScene(const ScenePointer& scene, Transaction& trans
}
doRenderUpdateSynchronous(scene, transaction, _entity);
transaction.updateItem<EntityRenderer>(_renderItemID, [this](EntityRenderer& self) {
transaction.updateItem<PayloadProxyInterface>(_renderItemID, [this](PayloadProxyInterface& self) {
if (!isValidRenderItem()) {
return;
}