diff --git a/src/remoteplayer.h b/src/remoteplayer.h index 42e1b5f5b5f2..e4209c54f26d 100644 --- a/src/remoteplayer.h +++ b/src/remoteplayer.h @@ -84,7 +84,10 @@ class RemotePlayer : public Player 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; } diff --git a/src/skyparams.h b/src/skyparams.h index c5f01064d1c2..877907e318a5 100644 --- a/src/skyparams.h +++ b/src/skyparams.h @@ -118,4 +118,3 @@ class SkyboxDefaults return stars; } }; -