From 0d52245e20b776e00926e993868c07f01cb0773c Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 19 Dec 2023 22:39:33 +0100 Subject: [PATCH] Fixed typo. --- sfw/application/texture_material.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfw/application/texture_material.h b/sfw/application/texture_material.h index 3afd94f..e154b29 100644 --- a/sfw/application/texture_material.h +++ b/sfw/application/texture_material.h @@ -53,7 +53,7 @@ public: "\n" "void main() {\n" " v_uv = a_uv;\n" - " gl_Position = u_proj_matrix * camera_matrix_location * u_model_view_matrix * a_position;\n" + " gl_Position = u_proj_matrix * u_camera_matrix * u_model_view_matrix * a_position;\n" "}" };