Fixed a bug from a last-minute edit

This commit is contained in:
Eric-Paul Ickhorn 2023-10-10 17:50:12 +02:00
parent e2b1d027d8
commit 452081edcb
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ uniform mat4 model_matrix;
void main() {
gl_Position = projection_matrix * view_matrix * vec4(pos, 1.0);
}