mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
shader: Fix regression fetching material shader inputs
This commit is contained in:
parent
c00f3b18f5
commit
5685949588
@ -652,7 +652,6 @@ cp_add_mat_spec(ShaderMatSpec &spec) {
|
||||
case SMO_pixel_size:
|
||||
case SMO_texpad_x:
|
||||
case SMO_texpix_x:
|
||||
case SMO_attr_material:
|
||||
case SMO_attr_color:
|
||||
case SMO_attr_colorscale:
|
||||
case SMO_satten_x:
|
||||
@ -684,6 +683,7 @@ cp_add_mat_spec(ShaderMatSpec &spec) {
|
||||
break;
|
||||
|
||||
case SMO_identity:
|
||||
case SMO_attr_material:
|
||||
case SMO_alight_x:
|
||||
case SMO_dlight_x:
|
||||
case SMO_plight_x:
|
||||
|
Loading…
x
Reference in New Issue
Block a user