minor refactor

This commit is contained in:
MihailRis
2024-01-21 23:48:56 +03:00
parent db2108171c
commit d2fe51e1ff
3 changed files with 11 additions and 13 deletions
-3
View File
@@ -153,9 +153,6 @@ void SlotView::draw(Batch2D* batch, Assets* assets) {
batch->color = glm::vec4(1.0f);
Viewport viewport(Window::width, Window::height);
GfxContext ctx(nullptr, viewport, batch);
auto previews = frontend->getBlocksAtlas();
auto indices = content->getIndices();