Graphics/UberShader: Replace missing UInt32 by the new OptionHash using

This commit is contained in:
SirLynix 2023-12-17 21:07:58 +01:00
parent 83366e93d4
commit 8efebef26c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace Nz
struct Config
{
std::unordered_map<UInt32, nzsl::Ast::ConstantSingleValue> optionValues;
std::unordered_map<nzsl::Ast::OptionHash, nzsl::Ast::ConstantSingleValue> optionValues;
};
struct ConfigEqual