mirror of
https://github.com/sm64pc/sm64pc.git
synced 2025-04-12 00:05:59 +02:00
remove debug prints from gfx_opengl_legacy.c
This commit is contained in:
parent
8000f6bb3d
commit
e35f2ba8ef
@ -264,9 +264,6 @@ static struct ShaderProgram *gfx_opengl_create_and_load_new_shader(uint32_t shad
|
||||
|
||||
struct ShaderProgram *prg = &shader_program_pool[shader_program_pool_size++];
|
||||
|
||||
printf("new shader 0x%08x\n", shader_id);
|
||||
fflush(stdout);
|
||||
|
||||
prg->shader_id = shader_id;
|
||||
prg->cc = ccf;
|
||||
prg->num_inputs = ccf.num_inputs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user