BGE Ketsji clean-up: double-promotion warnings

This commit is contained in:
Jorge Bernal
2015-12-16 01:31:38 +01:00
parent 5b33115070
commit 0c19a043e8
26 changed files with 609 additions and 609 deletions

View File

@@ -685,7 +685,7 @@ void BL_Texture::setTexEnv(BL_Material *mat, bool modulate)
glTexEnvf( GL_TEXTURE_ENV, op1, blend_operand);
} break;
}
glTexEnvf( GL_TEXTURE_ENV, GL_RGB_SCALE_ARB, 1.0);
glTexEnvf( GL_TEXTURE_ENV, GL_RGB_SCALE_ARB, 1.0f);
glEndList();
}