Lua - Expose tastudio library in non-developer builds

This commit is contained in:
adelikat 2014-11-19 16:17:40 +00:00
parent ae188ee344
commit d7596684c2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using LuaInterface;
namespace BizHawk.Client.EmuHawk
{
[Description("A library for manipulating the Tastudio dialog of the EmuHawk client")]
[LuaLibraryAttributes(released: false)]
[LuaLibraryAttributes(released: true)]
public sealed class TastudioLuaLibrary : LuaLibraryBase
{
public TastudioLuaLibrary(Lua lua)