REmoving any attempt to fix anything in this pr

This commit is contained in:
sam gateau 2018-11-07 12:18:52 -08:00
parent 9ada9a7ad3
commit c40ded598d

View file

@ -247,7 +247,7 @@ void Overlay::removeMaterial(graphics::MaterialPointer material, const std::stri
}
render::ItemKey Overlay::getKey() {
auto builder = render::ItemKey::Builder().withTypeShape().withTypeMeta();
auto builder = render::ItemKey::Builder().withTypeShape();
builder.withViewSpace();
builder.withLayer(render::hifi::LAYER_2D);