summaryrefslogtreecommitdiff
path: root/src/remoteplayer.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-03-05 20:55:29 +0100
committersfan5 <sfan5@live.de>2020-03-05 20:55:29 +0100
commitef09e8a4d6671f5bfac7b6234fbe52c4b836c2be (patch)
tree9249465ed713aacdc442b1945010f2b5a5c560a1 /src/remoteplayer.h
parent946c03c69bfdde7dc91295692479f8e81bdf79e9 (diff)
downloadminetest-ef09e8a4d6671f5bfac7b6234fbe52c4b836c2be.tar.gz
minetest-ef09e8a4d6671f5bfac7b6234fbe52c4b836c2be.tar.bz2
minetest-ef09e8a4d6671f5bfac7b6234fbe52c4b836c2be.zip
Fix code style to make clang-format happy
Diffstat (limited to 'src/remoteplayer.h')
-rw-r--r--src/remoteplayer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h
index 42e1b5f5b..e4209c54f 100644
--- a/src/remoteplayer.h
+++ b/src/remoteplayer.h
@@ -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; }