mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-29 17:56:44 +01:00
59bb84b86c
Avoids copying the std::function when we don't need to. Particularly given the std::function isn't actually stored anywhere, so there's no need to move it.