Skip to content

Commit

Permalink
fix material emissive typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Aug 30, 2024
1 parent 959782d commit 10defad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/material/material.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout (std140) uniform MATERIAL_BUFFER {
#endif

#if defined (ENGINE_MATERIAL_EMISSIVE_COLOR)
vec4 _material_emissive_color;
vec3 _material_emissive_color;
#endif

#if defined (ENGINE_EXT_BINDLESS_TEXTURE)
Expand Down

0 comments on commit 10defad

Please sign in to comment.