mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
mesa: improve another _mesa_problem() call
This commit is contained in:
parent
ccad1e4528
commit
583d293734
1 changed files with 2 additions and 1 deletions
|
|
@ -262,7 +262,8 @@ calculate_derived_texenv( struct gl_tex_env_combine_state *state,
|
|||
|
||||
default:
|
||||
_mesa_problem(NULL,
|
||||
"Invalid texture env mode in calculate_derived_texenv");
|
||||
"Invalid texture env mode 0x%x in calculate_derived_texenv",
|
||||
mode);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue