[nostalgia] Remove use of deleted function

This commit is contained in:
Gary Talent 2024-05-25 21:34:08 -05:00
parent 9c98b5e2c2
commit f69b8afa62

View File

@ -139,7 +139,7 @@ void TileSheetPixels::setBufferObjects(ox::Vec2 const&paneSize) noexcept {
return;
}
if (m_model.pixelSelected(i)) {
color = studio::applySelectionColor(color);
color = applySelectionColor(color);
}
setPixelBufferObject(paneSize, static_cast<unsigned>(i * VertexVboRows), fx, fy, color, vbo, ebo);
});