From 0865ee3b7b5d4558e2cea100e615b8ce39b3aa91 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 1 Mar 2019 09:53:55 -0800 Subject: Fixed a number of issue with resource binding --- Primitives/interface/BasicTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Primitives/interface') diff --git a/Primitives/interface/BasicTypes.h b/Primitives/interface/BasicTypes.h index ccd7257f..ed3e4bb6 100644 --- a/Primitives/interface/BasicTypes.h +++ b/Primitives/interface/BasicTypes.h @@ -45,7 +45,7 @@ namespace Diligent typedef bool Bool; ///< Boolean static constexpr Bool False = false; - static constexpr Bool True = true; + static constexpr Bool True = true; typedef char Char; typedef std::basic_string String; ///< String variable -- cgit v1.2.3