X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.c;h=4b6568b2651f3247dd3bc0d638bf9418790e3d82;hb=refs%2Fheads%2Fmaster;hp=e1a30886b8de504afacda8052fbef4e9eba4c2ef;hpb=93790b71d3a89724255dc73239e38c08ad4bbac7;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 * ----------------------------------------------------------------------------