Skip to content

Commit

Permalink
Revert "Unflip"
Browse files Browse the repository at this point in the history
This reverts commit 8758a8b.
The Judge committed Sep 30, 2024
1 parent 8758a8b commit 9fcd0ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -7,5 +7,5 @@ uniform mat4 ProjMat;
out vec2 texCoordinates;
void main() {
gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0);
texCoordinates = vec2(UV0.s, UV0.t);
texCoordinates = vec2(UV0.s, 1.0 - UV0.t);
}

0 comments on commit 9fcd0ba

Please sign in to comment.