-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules (should fix imgui asserts)
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule OtterGui
updated
10 files
+47 −7 | ArrayExtensions.cs | |
+49 −43 | Filesystem/Selector/FileSystemSelector.Draw.cs | |
+0 −1 | Filesystem/Selector/FileSystemSelector.cs | |
+18 −0 | GuidExtensions.cs | |
+21 −15 | ItemSelector.cs | |
+1 −1 | OtterGuiInternal | |
+80 −0 | PowerSetExtensions.cs | |
+3 −1 | Table/Table.cs | |
+4 −1 | Text/EndObjects/TreeNode.cs | |
+48 −0 | Text/ImUtf8.RotatedText.cs |
Submodule Penumbra.Api
updated
8 files
+15 −0 | Api/ModSettings.cs | |
+87 −4 | Api/Temporary.cs | |
+8 −0 | Enums/GroupType.cs | |
+3 −0 | Enums/ModSettingChange.cs | |
+4 −0 | Enums/PenumbraApiEc.cs | |
+53 −0 | IpcSubscribers/ModSettings.cs | |
+155 −0 | IpcSubscribers/Temporary.cs | |
+7 −4 | Penumbra.Api.csproj |
Submodule Penumbra.GameData
updated
51 files
Submodule Penumbra.String
updated
4 files
+99 −0 | CiByteString.Comparison.cs | |
+9 −0 | Classes/Utf8GamePath.cs | |
+19 −21 | Functions/MemoryUtility.cs | |
+1 −1 | Penumbra.String.csproj |