From 8efebef26cca3c307e36c211293ff03a1dc75d29 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Sun, 17 Dec 2023 21:07:58 +0100 Subject: [PATCH] Graphics/UberShader: Replace missing UInt32 by the new OptionHash using --- include/Nazara/Graphics/UberShader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Graphics/UberShader.hpp b/include/Nazara/Graphics/UberShader.hpp index 669beacd9..efac922aa 100644 --- a/include/Nazara/Graphics/UberShader.hpp +++ b/include/Nazara/Graphics/UberShader.hpp @@ -45,7 +45,7 @@ namespace Nz struct Config { - std::unordered_map optionValues; + std::unordered_map optionValues; }; struct ConfigEqual