Small change for the bump drivers

This commit is contained in:
cholleme 2003-02-15 18:09:45 +00:00
parent ab3b3ff6ac
commit 8cf8037241

View file

@ -465,9 +465,6 @@ void Draw_Init (void)
//Load nomalization cube map //Load nomalization cube map
normcube_texture_object = GL_LoadNormalizationCubemap(); normcube_texture_object = GL_LoadNormalizationCubemap();
//load diffuse vertex program
R_LoadVertexProgram();
halo_texture_object = EasyTgaLoad("penta/utflare5.tga"); halo_texture_object = EasyTgaLoad("penta/utflare5.tga");
for (i=0; i<8; i++) { for (i=0; i<8; i++) {