mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
gcc prob
This commit is contained in:
parent
c5dc6f45c7
commit
9d54d7690e
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user