diff options
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/include/ResourceMappingImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/include/ResourceMappingImpl.h b/Graphics/GraphicsEngine/include/ResourceMappingImpl.h index 493ef596..ae0b4734 100644 --- a/Graphics/GraphicsEngine/include/ResourceMappingImpl.h +++ b/Graphics/GraphicsEngine/include/ResourceMappingImpl.h @@ -56,7 +56,7 @@ namespace Diligent { if( Hash == 0 ) { - Hash = ComputeHash( StrKey, ArrayIndex ); + Hash = ComputeHash( StrKey.GetHash(), ArrayIndex ); } return Hash; |
