GPUResource Name property glu e generation fix
This fixes the issue when compiling the editor in the `Release`
This commit is contained in:
@@ -133,7 +133,9 @@ namespace FlaxEditor.Windows.Profiler
|
|||||||
{
|
{
|
||||||
resource = new Resource
|
resource = new Resource
|
||||||
{
|
{
|
||||||
|
#if !BUILD_RELEASE
|
||||||
Name = gpuResource.Name,
|
Name = gpuResource.Name,
|
||||||
|
#endif
|
||||||
Type = gpuResource.ResourceType,
|
Type = gpuResource.ResourceType,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user