Fixed audio file icon causing editor to crash
This commit is contained in:
@@ -379,7 +379,7 @@ namespace Nuake
|
||||
}
|
||||
else if (fileType == FileType::Audio)
|
||||
{
|
||||
textureImage = textureMgr->GetTexture2("Resources/Images/Audio_file_icon.png");
|
||||
textureImage = textureMgr->GetTexture2("Resources/Images/audio_file_icon.png");
|
||||
}
|
||||
else if (fileType == FileType::Prefab)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user