Skip to content

Commit

Permalink
Fixing an issue with LuaConsole in .NET 4.6.2 Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
PirateIzzy committed Jan 16, 2025
1 parent 564756b commit 11bd9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions WzComparerR2.LuaConsole/Entry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public Entry(PluginContext context)

internal static Entry Instance { get; private set; }

[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoOptimization)]
protected override void OnLoad()
{
var bar = this.Context.AddRibbonBar("Tools", "Console");
Expand Down
2 changes: 1 addition & 1 deletion WzComparerR2.LuaConsole/FrmConsole.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11bd9c9

Please sign in to comment.