Fixed warnings.

This commit is contained in:
Robert Osfield
2005-11-09 10:41:52 +00:00
parent 28d939e617
commit 6c70812928
3 changed files with 10 additions and 10 deletions

View File

@@ -346,7 +346,7 @@ Texture::Texture():
_internalFormatMode(USE_IMAGE_DATA_FORMAT),
_internalFormat(0),
_sourceFormat(0),
_sourceType(GL_UNSIGNED_BYTE),
_sourceType(0),
_use_shadow_comparison(false),
_shadow_compare_func(LEQUAL),
_shadow_texture_mode(LUMINANCE),