mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
parent
62d82ffc15
commit
7510a67159
1 changed files with 1 additions and 1 deletions
|
|
@ -5180,7 +5180,7 @@ bool SDL_RenderGeometryRaw(SDL_Renderer *renderer,
|
|||
texture_address_mode_v = renderer->texture_address_mode_v;
|
||||
if (texture &&
|
||||
(texture_address_mode_u == SDL_TEXTURE_ADDRESS_AUTO ||
|
||||
texture_address_mode_u == SDL_TEXTURE_ADDRESS_AUTO)) {
|
||||
texture_address_mode_v == SDL_TEXTURE_ADDRESS_AUTO)) {
|
||||
for (i = 0; i < num_vertices; ++i) {
|
||||
const float *uv_ = (const float *)((const char *)uv + i * uv_stride);
|
||||
float u = uv_[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue