mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-20 04:36:05 +08:00
Merge branch 'master' into 2.7
This commit is contained in:
@ -438,7 +438,7 @@ namespace cheat::feature
|
||||
ImGui::TableHeadersRow();
|
||||
|
||||
ImGuiListClipper clipper;
|
||||
clipper.Begin(entities.size());
|
||||
clipper.Begin(static_cast<int>(entities.size()));
|
||||
while (clipper.Step())
|
||||
for (int row_n = clipper.DisplayStart; row_n < clipper.DisplayEnd; row_n++)
|
||||
{
|
||||
@ -1037,6 +1037,7 @@ namespace cheat::feature
|
||||
}
|
||||
catch (nlohmann::detail::parse_error& parseError)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(parseError);
|
||||
LOG_ERROR("Failed to parse json");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user