mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
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