Seth Hillbrand 0a547d89b0 Don't pass temporary references
auto will provide an rvalue reference here, which disappears before
being used in CallAfter.  Instead, explicitly form the value and pass
it to the lambda
2025-04-27 16:38:47 -07:00
..
2025-02-10 17:55:24 -05:00
2025-01-29 20:54:33 +00:00
2023-12-08 13:09:16 -05:00
2023-12-08 13:09:16 -05:00
2023-12-08 13:09:16 -05:00
2025-04-02 13:06:40 +01:00
2025-04-17 14:37:16 +01:00
2025-04-17 14:37:16 +01:00
2025-04-13 18:23:52 +01:00
2025-04-27 16:38:47 -07:00