From f62711f97cd8b337ca4823bb6d1834f324762fc7 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 9 Jan 2017 15:56:16 +0100 Subject: LuaState: Fixed race condition in ref tracking. (#3529) --- src/Bindings/LuaWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Bindings/LuaWindow.h') diff --git a/src/Bindings/LuaWindow.h b/src/Bindings/LuaWindow.h index 5f987d4c6..d90d52a94 100644 --- a/src/Bindings/LuaWindow.h +++ b/src/Bindings/LuaWindow.h @@ -60,7 +60,7 @@ protected: /** Contents of the non-inventory part */ cItemGrid m_Contents; - /** The Lua state that has opened the window and owns the m_LuaRef */ + /** The canon Lua state that has opened the window and owns the m_LuaRef */ cLuaState * m_LuaState; /** The Lua callback to call when the window is closing for any player */ -- cgit v1.2.3