GPUResource Name property glu e generation fix

This fixes the issue when compiling the editor in the `Release`
This commit is contained in:
Wiktor Kocielski
2022-12-28 16:23:54 +03:00
committed by GitHub
parent 762f460e23
commit 163abb107c

View File

@@ -133,7 +133,9 @@ namespace FlaxEditor.Windows.Profiler
{
resource = new Resource
{
#if !BUILD_RELEASE
Name = gpuResource.Name,
#endif
Type = gpuResource.ResourceType,
};