1
0
mirror of synced 2024-11-12 02:00:52 +01:00

patterns: Updated pattern language

This commit is contained in:
WerWolv 2024-01-31 15:40:29 +01:00
parent 944b3a5b6c
commit 7a6ee756b8
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 31c32e965521d97bfcdca325af37e5243b9825f7
Subproject commit 0d4d15d11e02c00a6587276c27564dea73a964c5

View File

@ -511,7 +511,7 @@ namespace hex::plugin::builtin {
ImGui::SeparatorEx(ImGuiSeparatorFlags_Vertical);
ImGui::SameLine();
if (const auto max = runtime.getMaximumPatternCount(); max >= std::numeric_limits<u32>::max()) {
if (const auto max = runtime.getMaximumPatternCount(); max >= std::numeric_limits<u64>::max()) {
ImGuiExt::TextFormatted("{}", runtime.getCreatedPatternCount());
} else {
ImGuiExt::TextFormatted("{} / {}",