Fix indentations

This commit is contained in:
Blue (Lukas Rieger) 2020-02-11 21:14:22 +01:00
parent 27129b0e53
commit 37ee65e356
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ void main() {
vSunlight = sunlight;
vBlocklight = blocklight;
gl_Position =
projectionMatrix *
gl_Position =
projectionMatrix *
modelViewMatrix *
vec4(position, 1);
}