X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.c;h=4b6568b2651f3247dd3bc0d638bf9418790e3d82;hb=bf13ef74cc454e1e820928484204ac67eb98a308;hp=e1a30886b8de504afacda8052fbef4e9eba4c2ef;hpb=bececcbb7b2e886e72425e7c070e1fdc3aa126dc;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_render.c b/world_render.c index e1a3088..4b6568b 100644 --- a/world_render.c +++ b/world_render.c @@ -145,15 +145,6 @@ static GLuint world_get_texture( world_instance *world, u32 id ){ else return world->textures[ id ]; } -#if 0 -static void bindpoint_diffuse_texture1( world_instance *world, - struct world_surface *mat ){ - glActiveTexture( GL_TEXTURE1 ); - glBindTexture( GL_TEXTURE_2D, - world_get_texture(world,mat->info.tex_diffuse) ); -} -#endif - /* * Passes Rendering * ----------------------------------------------------------------------------