fix to emu.setrenderpanes
This commit is contained in:
parent
f84ddbaa08
commit
f2c5b4eeb4
|
@ -156,7 +156,7 @@ namespace BizHawk.Client.Common
|
||||||
}
|
}
|
||||||
|
|
||||||
[LuaMethodAttributes(
|
[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"
|
"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.
|
public static void SetRenderPlanes( // For now, it accepts arguments up to 5.
|
||||||
|
|
Loading…
Reference in New Issue