Commit Graph

3 Commits

Author SHA1 Message Date
Pieter-Jan Briers
9d800dcc5c Remove bogus C# finalizers (#28315)
Begging people to learn how this programming language works before throwing random syntax into a file.

None of these finalizers ever worked. I also checked whether they were memory leaks and needed *proper* shutdown logic, but they're all instantiated-once UI controls that last for the entire lifetime of the program so it's probably fine.

(cherry picked from commit cf8fcb170a185c06c966c1a1dcf7eec7ada52745)
2025-09-20 20:32:15 +03:00
Kot
4ef6d936e5 Fix DragDropHelper not respecting the control.drag_dead_zone cvar (#24166)
Fix regression with the drag_dead_zone cvar not being used

(cherry picked from commit ef70629702b547e77cd5d18cbad9f9a13033d792)
2024-01-26 22:56:51 +01:00
metalgearsloth
de7879694f Climbing refactor (#20516) 2023-10-14 22:02:29 +02:00