Skip to content

Commit 95fc734

Browse files
fix: remove key hint from HUD footer — RMB only
1 parent 43cfd83 commit 95fc734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/RWEEventHUD.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ function RWEEventHUD:drawPanel()
609609
if self.editMode then
610610
renderText(x + w * 0.5, cy - tsSmall, tsSmall, "Drag: move Corner: resize RMB: done")
611611
else
612-
renderText(x + w * 0.5, cy - tsSmall, tsSmall, "[F3]: toggle RMB: move/resize")
612+
renderText(x + w * 0.5, cy - tsSmall, tsSmall, "RMB: move/resize")
613613
end
614614

615615
-- Reset text state

0 commit comments

Comments
 (0)