Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1ca589b

Browse files
committed
++
1 parent 7cae49c commit 1ca589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/renderer/backend/gles/blit_command_gles.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ bool BlitResizeTextureCommandGLES::Encode(const ReactorGLES& reactor) const {
372372
return false;
373373
}
374374

375-
destination->SetCoordinateSystem(TextureCoordinateSystem::kUploadFromHost);
375+
destination->SetCoordinateSystem(source->GetCoordinateSystem());
376376

377377
GLuint read_fbo = GL_NONE;
378378
GLuint draw_fbo = GL_NONE;

0 commit comments

Comments
 (0)