fix: Remove another unused lambda capture

This commit is contained in:
WerWolv
2025-08-09 22:40:10 +02:00
parent 549866bfd9
commit 9246d040ad

View File

@@ -1316,7 +1316,7 @@ namespace hex::plugin::builtin {
ICON_VS_DEBUG_STEP_OVER,
1630,
CTRLCMD + Keys::RightBracket,
[this] {
[] {
bool didFindNextValue = false;
bool didReachEnd = false;
u64 foundAddress;