input_common/sdl_impl: Make lambda capture more specific in SDLState constructor
We don't need to universally capture by reference. We specifically just need to capture the this pointer.
Loading
Please register or sign in to comment
We don't need to universally capture by reference. We specifically just need to capture the this pointer.