remove texture filip
This commit is contained in:
parent
e1f0406449
commit
7014243974
@ -602,7 +602,7 @@ void rlImGuiImageRenderTextureFit(const RenderTexture *image, bool center)
|
||||
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + (area.y / 2 - sizeY / 2));
|
||||
}
|
||||
|
||||
rlImGuiImageRect(&image->texture, sizeX, sizeY, Rectangle{0, 0, float(image->texture.width), -float(image->texture.height)});
|
||||
rlImGuiImageRect(&image->texture, sizeX, sizeY, Rectangle{0, 0, float(image->texture.width), float(image->texture.height)});
|
||||
}
|
||||
|
||||
// raw ImGui backend API
|
||||
|
Loading…
x
Reference in New Issue
Block a user