Do a bunch of AggressiveInlining.

This commit is contained in:
Ottermandias 2022-07-12 17:41:21 +02:00
parent 57b9f60ba3
commit b5698acebf
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit b6c4877cc586f47931e71f284f865833846d9baa
Subproject commit 30dc6a538ce56213cb59802869b54247c18a7372

View file

@ -1,4 +1,5 @@
using System;
using System.Runtime.CompilerServices;
using OtterGui.Widgets;
using Penumbra.UI.Classes;
@ -16,6 +17,7 @@ public partial class ConfigWindow
}
}
[MethodImpl( MethodImplOptions.AggressiveInlining )]
public static void OpenTutorial( BasicTutorialSteps step )
=> Tutorial.Open( ( int )step, Penumbra.Config.TutorialStep, v =>
{