mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix code style to make clang-format happy
This commit is contained in:
parent
946c03c69b
commit
ef09e8a4d6
2 changed files with 4 additions and 2 deletions
|
@ -84,7 +84,10 @@ public:
|
||||||
return hud_hotbar_selected_image;
|
return hud_hotbar_selected_image;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setSky(const SkyboxParams &skybox_params) { m_skybox_params = skybox_params; }
|
void setSky(const SkyboxParams &skybox_params)
|
||||||
|
{
|
||||||
|
m_skybox_params = skybox_params;
|
||||||
|
}
|
||||||
|
|
||||||
const SkyboxParams &getSkyParams() const { return m_skybox_params; }
|
const SkyboxParams &getSkyParams() const { return m_skybox_params; }
|
||||||
|
|
||||||
|
|
|
@ -118,4 +118,3 @@ public:
|
||||||
return stars;
|
return stars;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue