We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946c03c commit ef09e8aCopy full SHA for ef09e8a
src/remoteplayer.h
@@ -84,7 +84,10 @@ class RemotePlayer : public Player
84
return hud_hotbar_selected_image;
85
}
86
87
- void setSky(const SkyboxParams &skybox_params) { m_skybox_params = skybox_params; }
+ void setSky(const SkyboxParams &skybox_params)
88
+ {
89
+ m_skybox_params = skybox_params;
90
+ }
91
92
const SkyboxParams &getSkyParams() const { return m_skybox_params; }
93
src/skyparams.h
@@ -118,4 +118,3 @@ class SkyboxDefaults
118
return stars;
119
120
};
121
-
0 commit comments