mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Apply some minor code cleanups
This commit is contained in:
parent
94239153b5
commit
e5f276ecee
8 changed files with 18 additions and 30 deletions
|
@ -1750,11 +1750,6 @@ void Client::addUpdateMeshTaskForNode(v3s16 nodepos, bool ack_to_server, bool ur
|
|||
addUpdateMeshTask(blockpos + v3s16(0, 0, -1), false, urgent);
|
||||
}
|
||||
|
||||
void Client::updateCameraOffset(v3s16 camera_offset)
|
||||
{
|
||||
m_mesh_update_manager->m_camera_offset = camera_offset;
|
||||
}
|
||||
|
||||
ClientEvent *Client::getClientEvent()
|
||||
{
|
||||
FATAL_ERROR_IF(m_client_event_queue.empty(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue