convertit Asset i Audio

This commit is contained in:
2025-05-27 11:06:17 +02:00
parent 9bc07b2bcb
commit ada141cb09
29 changed files with 493 additions and 472 deletions

View File

@@ -133,7 +133,7 @@ void EnterName::decIndex()
void EnterName::updateNameFromCharacterIndex()
{
name_.clear();
for (int i = 0; i < NAME_SIZE; ++i)
for (size_t i = 0; i < NAME_SIZE; ++i)
{
name_.push_back(character_list_[character_index_[i]]);
}