Embedded file icons, fixed lights not unregistering when deleting last light in scene. Fixed resource file

This commit is contained in:
Antoine Pilote
2024-07-28 12:49:25 -04:00
parent 53cf6c9df9
commit ac0587345d
13 changed files with 35372 additions and 590 deletions

View File

@@ -320,7 +320,7 @@ namespace Nuake
}
Ref<Texture> textureImage =TextureManager::Get()->GetTexture("Resources/Images/file_icon.png");
Ref<Texture> textureImage = TextureManager::Get()->GetTexture("Resources/Images/file_icon.png");
const auto textureMgr = TextureManager::Get();
const auto fileType = file->GetFileType();