This commit is contained in:
2025-07-08 13:25:56 -04:00
parent 5bae9a07af
commit 8302503333
2 changed files with 1 additions and 3 deletions

View File

@@ -173,9 +173,6 @@ void Aquarium::clearCurrentFrame() {
void Aquarium::drawToFrame(int y, int x, const std::string &line,
const std::string &colorLine) {
if (y < 0 || y >= height)
return;
const size_t len = std::min(line.size(), colorLine.size());
for (size_t j = 0; j < len; ++j) {