back out of 6464
This commit is contained in:
parent
0a9039fc60
commit
07e2c9758f
|
@ -123,7 +123,7 @@ namespace BizHawk.Client.Common
|
||||||
}
|
}
|
||||||
|
|
||||||
[LuaMethodAttributes(
|
[LuaMethodAttributes(
|
||||||
"setrenderpanes",
|
"setrenderplanes",
|
||||||
"Toggles the drawing of sprites and background planes. Set to false or nil to disable a pane, anything else will draw them"
|
"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(params bool[] luaParam)
|
public static void SetRenderPlanes(params bool[] luaParam)
|
||||||
|
|
Loading…
Reference in New Issue