From 561d79147a70b9706b802f4da9150b077fcf1884 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 23 Dec 2018 23:20:34 -0800 Subject: Fixed clang warning --- RenderScript/src/EngineObjectParserBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RenderScript') diff --git a/RenderScript/src/EngineObjectParserBase.cpp b/RenderScript/src/EngineObjectParserBase.cpp index a0a83dc..90ae58d 100644 --- a/RenderScript/src/EngineObjectParserBase.cpp +++ b/RenderScript/src/EngineObjectParserBase.cpp @@ -170,7 +170,7 @@ namespace Diligent // registry with key tname, and returns 1. In both cases it pushes onto the stack the final // value associated with tname in the registry. auto Created = luaL_newmetatable( L, m_MetatableRegistryName.c_str() ); // -0 | +1 -> +1 - VERIFY( Created, "Metatble with the same name already registered!" ); + VERIFY( Created, "Metatble with the same name already registered!" ); (void)Created; // http://lua-users.org/wiki/MetatableEvents luaL_Reg MetaMethods[] = { -- cgit v1.2.3