Update names of block destruction level icons
This commit is contained in:
parent
b25c8aaf38
commit
7b8b75b3c3
1 changed files with 1 additions and 1 deletions
|
|
@ -3308,7 +3308,7 @@ void LevelRenderer::registerTextures(IconRegister *iconRegister)
|
|||
|
||||
for (int i = 0; i < 10; i++)
|
||||
{
|
||||
breakingTextures[i] = iconRegister->registerIcon(L"destroy_" + std::to_wstring(i) );
|
||||
breakingTextures[i] = iconRegister->registerIcon(L"destroy_stage_" + std::to_wstring(i) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue