patterns: Updated pattern language
This commit is contained in:
parent
944b3a5b6c
commit
7a6ee756b8
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
@ -1 +1 @@
|
||||
Subproject commit 31c32e965521d97bfcdca325af37e5243b9825f7
|
||||
Subproject commit 0d4d15d11e02c00a6587276c27564dea73a964c5
|
@ -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("{} / {}",
|
||||
|
Loading…
Reference in New Issue
Block a user