This commit is contained in:
David Rose 2004-10-01 23:25:26 +00:00
parent c5dc6f45c7
commit 9d54d7690e

View File

@ -529,7 +529,7 @@ make_polys(EggVertexPool *vpool, EggGroup *group,
poly->set_color(_appearance._color);
}
if (_appearance._tex != NULL) {
if (_appearance._tex != (EggTexture *)NULL) {
poly->set_texture(_appearance._tex);
}