mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
Fixed typo.
This commit is contained in:
parent
b58b00ed06
commit
0d52245e20
@ -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"
|
||||
"}"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user