mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
build: Updated libwolv
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <hex/helpers/http_requests.hpp>
|
||||
|
||||
#include <content/helpers/math_evaluator.hpp>
|
||||
#include <wolv/math_eval/math_evaluator.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <implot.h>
|
||||
@@ -31,7 +31,7 @@ namespace hex::plugin::builtin {
|
||||
ImGui::PopItemWidth();
|
||||
|
||||
if ((prevPos != limits.X.Min && (ImGui::IsMouseReleased(ImGuiMouseButton_Left) || ImGui::GetIO().MouseWheel != 0)) || (ImGui::IsItemFocused() && ImGui::IsKeyPressed(ImGuiKey_Enter))) {
|
||||
MathEvaluator<long double> evaluator;
|
||||
wolv::math_eval::MathEvaluator<long double> evaluator;
|
||||
|
||||
y = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user