Skip to content

Commit 37ee65e

Browse files
committed
Fix indentations
1 parent 27129b0 commit 37ee65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BlueMapCore/src/main/webroot/js/libs/shaders/HiresVertexShader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ void main() {
4545
vSunlight = sunlight;
4646
vBlocklight = blocklight;
4747
48-
gl_Position =
49-
projectionMatrix *
48+
gl_Position =
49+
projectionMatrix *
5050
modelViewMatrix *
5151
vec4(position, 1);
5252
}

0 commit comments

Comments
 (0)