Removed unused uniform.

This commit is contained in:
Rinnegatamante
2020-10-22 17:01:11 +02:00
parent 903d128c69
commit dd7d8ceefd
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ void main(
uniform float4x4 u_proj,
uniform float4x4 u_world,
uniform float4x4 u_view,
uniform float4x4 u_texMatrix,
uniform float4 u_ambLight,
uniform float4 u_surfProps,
uniform float4 u_fogData,
-1
View File
@@ -9,7 +9,6 @@ const char *skin_vert_src =
" uniform float4x4 u_proj,\n"
" uniform float4x4 u_world,\n"
" uniform float4x4 u_view,\n"
" uniform float4x4 u_texMatrix,\n"
" uniform float4 u_ambLight,\n"
" uniform float4 u_surfProps,\n"
" uniform float4 u_fogData,\n"