File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2664,7 +2664,6 @@ GLShader_reflection::GLShader_reflection( GLShaderManager *manager ):
2664
2664
u_NormalScale( this ),
2665
2665
u_VertexInterpolation( this ),
2666
2666
u_CameraPosition( this ),
2667
- u_LightFactor( this ),
2668
2667
GLDeformStage( this ),
2669
2668
GLCompileMacro_USE_VERTEX_SKINNING( this ),
2670
2669
GLCompileMacro_USE_VERTEX_ANIMATION( this ),
Original file line number Diff line number Diff line change @@ -4289,7 +4289,6 @@ class GLShader_reflection :
4289
4289
public u_NormalScale,
4290
4290
public u_VertexInterpolation,
4291
4291
public u_CameraPosition,
4292
- public u_LightFactor,
4293
4292
public GLDeformStage,
4294
4293
public GLCompileMacro_USE_VERTEX_SKINNING,
4295
4294
public GLCompileMacro_USE_VERTEX_ANIMATION,
You can’t perform that action at this time.
0 commit comments