mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
REmoving any attempt to fix anything in this pr
This commit is contained in:
parent
9ada9a7ad3
commit
c40ded598d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue