mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix code style to make clang-format happy
This commit is contained in:
@@ -84,7 +84,10 @@ public:
|
||||
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; }
|
||||
|
||||
|
Reference in New Issue
Block a user