Merge branch 'patch-1' of https://github.com/Withaust/FlaxEngine into Withaust-patch-1

This commit is contained in:
Wojtek Figat
2022-12-28 17:27:32 +01:00

View File

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