Flip sphere uvs;

This commit is contained in:
bjorn 2018-01-01 20:39:50 -08:00
parent e9b1eee9ff
commit 7b58012854
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ void lovrGraphicsSphere(Material* material, mat4 transform, int segments) {
vec_push(&state.streamData, z);
vec_push(&state.streamData, u);
vec_push(&state.streamData, v);
vec_push(&state.streamData, 1 - v);
}
}