Skip to content

Commit c9c64f3

Browse files
author
The Judge
committed
Revert "Unflip"
This reverts commit 8758a8b.
1 parent a479cd8 commit c9c64f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/resources/assets/minecraft/shaders/core/fovreduction.vsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ uniform mat4 ProjMat;
77
out vec2 texCoordinates;
88
void main() {
99
gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0);
10-
texCoordinates = vec2(UV0.s, UV0.t);
10+
texCoordinates = vec2(UV0.s, 1.0 - UV0.t);
1111
}

0 commit comments

Comments
 (0)