mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Do a bunch of AggressiveInlining.
This commit is contained in:
parent
57b9f60ba3
commit
b5698acebf
2 changed files with 3 additions and 1 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
|||
Subproject commit b6c4877cc586f47931e71f284f865833846d9baa
|
||||
Subproject commit 30dc6a538ce56213cb59802869b54247c18a7372
|
||||
|
|
@ -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 =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue