| Previous | 199869 Revisions | Next |
| r28772 Friday 21st March, 2014 at 01:54:42 UTC by R. Belmont |
|---|
| always a Clang (nw) |
| [src/osd/sdl] | drawogl.c |
| r28771 | r28772 | |
|---|---|---|
| 2528 | 2528 | // when nescesarry copy (and convert) the data |
| 2529 | 2529 | if (!texture->nocopy) |
| 2530 | 2530 | { |
| 2531 | int | |
| 2531 | int y; | |
| 2532 | 2532 | UINT8 *dst; |
| 2533 | 2533 | |
| 2534 | 2534 | for (y = 0; y < texsource->height; y++) |
| Previous | 199869 Revisions | Next |