mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
patterns: Updated pattern language
This commit is contained in:
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
Submodule lib/external/pattern_language updated: 31c32e9655...0d4d15d11e
@@ -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("{} / {}",
|
||||
|
||||
Reference in New Issue
Block a user