remove texture filip

This commit is contained in:
Nikola Petrov 2025-02-06 12:09:55 +01:00
parent e1f0406449
commit 7014243974

View File

@ -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