mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move object nametags to camera
This commit is contained in:
parent
4c654557ec
commit
c3b279750e
9 changed files with 138 additions and 54 deletions
|
@ -2087,6 +2087,7 @@ bool Game::createClient(const std::string &playername,
|
|||
camera = new Camera(smgr, *draw_control, gamedef);
|
||||
if (!camera || !camera->successfullyCreated(*error_message))
|
||||
return false;
|
||||
client->setCamera(camera);
|
||||
|
||||
/* Clouds
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue