Skip to content

Commit 2c962cd

Browse files
committed
fix: Apply the new value if the user changes it
1 parent e71689d commit 2c962cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UE4SS/src/GUI/LiveView.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3929,6 +3929,7 @@ namespace RC::GUI
39293929
{
39303930
new_value = Filter::MaxValueSize::s_value;
39313931
}
3932+
Filter::MaxValueSize::s_value = new_value;
39323933
Filter::MaxValueSize::s_value_buffer = fmt::format("{}", Filter::MaxValueSize::s_value);
39333934
}
39343935

0 commit comments

Comments
 (0)