Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Nz
|
||||
{
|
||||
auto it = m_callbacks.emplace(handler, std::make_unique<Callback>(callbacks)).first;
|
||||
|
||||
handler->userData = &it->second;
|
||||
handler->userData = it->second.get();
|
||||
|
||||
if (callbacks.startCallback)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user