Fix regression from 6d05bf16b1

This commit is contained in:
Wojtek Figat
2025-09-05 08:40:13 +02:00
parent 67220d3f80
commit 1f6d837117
4 changed files with 4 additions and 4 deletions

View File

@@ -217,7 +217,7 @@ bool ShaderAssetBase::LoadShaderCache(ShaderCacheResult& result)
&& parent->HasChunk(SHADER_FILE_CHUNK_SOURCE))
{
result.Data.Release();
const String parentPath = parent->GetPath();
const StringView parentPath = parent->GetPath();
const Guid parentID = parent->GetID();
LOG(Info, "Compiling shader '{0}':{1}...", parentPath, parentID);