Small fix
This commit is contained in:
parent
eefcf29e29
commit
e57273ed0c
@ -15,7 +15,7 @@ namespace game
|
||||
throw std::runtime_error("Invalid host application");
|
||||
}
|
||||
|
||||
return size_t(host.get_ptr());
|
||||
return reinterpret_cast<size_t>(host.get_ptr());
|
||||
}();
|
||||
return base;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user