Commit dce62509e5d3f7fb8c5890fac51ec2d218c15960
- Diff rendering mode:
- inline
- side by side
|   | |||
| 2109 | 2109 | ||
| 2110 | 2110 | /* vertex positions, texcoords */ | |
| 2111 | 2111 | { | |
| 2112 | const GLfloat x1 = x + width * ctx->Pixel.ZoomX; | ||
| 2113 | const GLfloat y1 = y + height * ctx->Pixel.ZoomY; | ||
| 2112 | const GLfloat x1 = x + width; | ||
| 2113 | const GLfloat y1 = y + height; | ||
| 2114 | 2114 | ||
| 2115 | 2115 | verts[0].x = x; | |
| 2116 | 2116 | verts[0].y = y; |

