Add delete_all_remote_backups and some refactoring.

This commit is contained in:
J-D-K
2025-08-01 13:53:57 -04:00
parent 73af5ffe7e
commit 8172e59ccf
73 changed files with 1450 additions and 833 deletions

View File

@@ -38,6 +38,7 @@ void BaseTask::update()
void BaseTask::render_loading_glyph()
{
const char *currentFrame = sm_glyphArray.at(m_currentFrame).data();
const char *currentFrame = sm_glyphArray[m_currentFrame].data();
sdl::text::render(NULL, 56, 673, 32, sdl::text::NO_TEXT_WRAP, m_colorMod, currentFrame);
}