Skip to content

Commit 8689e00

Browse files
numberZerolhofhansl
authored andcommittedNov 26, 2020
Fix style
1 parent c158e20 commit 8689e00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/client/sky.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3535
#include "config.h"
3636
using namespace irr::core;
3737

38-
static video::SMaterial baseMaterial() {
38+
static video::SMaterial baseMaterial()
39+
{
3940
video::SMaterial mat;
4041
mat.Lighting = false;
4142
#if ENABLE_GLES
@@ -836,7 +837,8 @@ void Sky::setStarCount(u16 star_count, bool force_update)
836837
}
837838
}
838839

839-
void Sky::updateStars() {
840+
void Sky::updateStars()
841+
{
840842
m_stars.reset(new scene::SMeshBuffer());
841843
// Stupid IrrLicht doesn’t allow non-indexed rendering, and indexed quad
842844
// rendering is slow due to lack of hardware support. So as indices are

0 commit comments

Comments
 (0)