1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Fix stuff and slight changes

This commit is contained in:
Gefüllte Taubenbrust 2024-09-25 21:45:13 +02:00
parent 71e648a776
commit da1a688493
3 changed files with 12 additions and 44 deletions

View file

@ -536,10 +536,6 @@ public:
float camera_far = m_client->getCamera()->getCameraNode()->getFarValue();
m_camera_far_pixel.set(&camera_far, services);
v3f camera_position = m_client->getCamera()->getPosition();
m_camera_position_pixel.set(camera_position, services);
m_camera_position_pixel.set(camera_position, services);
SamplerLayer_t tex_id;
tex_id = 0;
m_texture0.set(&tex_id, services);
@ -1592,7 +1588,7 @@ bool Game::createClient(const GameStartData &start_data)
*/
if (m_cache_enable_clouds)
clouds = make_irr<Clouds>(smgr, shader_src, -1, rand());
client->setClouds(clouds);
client->setClouds(clouds.get());
/* Skybox
*/