[nostalgia] Remove use of deleted function
This commit is contained in:
parent
9c98b5e2c2
commit
f69b8afa62
@ -139,7 +139,7 @@ void TileSheetPixels::setBufferObjects(ox::Vec2 const&paneSize) noexcept {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (m_model.pixelSelected(i)) {
|
if (m_model.pixelSelected(i)) {
|
||||||
color = studio::applySelectionColor(color);
|
color = applySelectionColor(color);
|
||||||
}
|
}
|
||||||
setPixelBufferObject(paneSize, static_cast<unsigned>(i * VertexVboRows), fx, fy, color, vbo, ebo);
|
setPixelBufferObject(paneSize, static_cast<unsigned>(i * VertexVboRows), fx, fy, color, vbo, ebo);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user