From f2c5b4eeb40b967222a527ba6a35fd644a569a27 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 1 May 2014 12:06:54 +0000 Subject: [PATCH] fix to emu.setrenderpanes --- BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs index 520dfb5f68..28f58d54e3 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs @@ -156,7 +156,7 @@ namespace BizHawk.Client.Common } [LuaMethodAttributes( - "setrenderplanes", + "setrenderpanes", "Toggles the drawing of sprites and background planes. Set to false or nil to disable a pane, anything else will draw them" )] public static void SetRenderPlanes( // For now, it accepts arguments up to 5.