trunk/src/emu/render.c
| r242686 | r242687 | |
| 289 | 289 | color.b = 0; |
| 290 | 290 | flags = 0; |
| 291 | 291 | width = 0.0f; |
| 292 | | // texcoords; FIXME |
| 292 | texture.set_palette(NULL); |
| 293 | texture = render_texinfo(); |
| 294 | texcoords.bl.u = 0.0f; |
| 295 | texcoords.bl.v = 0.0f; |
| 296 | texcoords.br.u = 0.0f; |
| 297 | texcoords.br.v = 0.0f; |
| 298 | texcoords.tl.u = 0.0f; |
| 299 | texcoords.tl.v = 0.0f; |
| 300 | texcoords.tr.u = 0.0f; |
| 301 | texcoords.tr.v = 0.0f; |
| 293 | 302 | |
| 294 | 303 | // do not clear m_next! |
| 295 | 304 | // memset(&type, 0, FPTR(&texcoords + 1) - FPTR(&type)); |
| 296 | | |
| 297 | | texture.set_palette(NULL); |
| 298 | | texture = render_texinfo(); |
| 299 | 305 | } |
| 300 | 306 | |
| 301 | 307 | |