renderGL1: more texture fixes
This commit is contained in:
parent
20e7c4633d
commit
a793f286c5
8 changed files with 38 additions and 11 deletions
|
|
@ -843,7 +843,7 @@ void FurnaceGUI::drawTutorial() {
|
|||
|
||||
dl->AddRectFilled(ImVec2(0,0),ImVec2(canvasW,canvasH),0xff000000);
|
||||
|
||||
dl->AddImage(rend->getTextureID(cvTex),p0,p1);
|
||||
dl->AddImage(rend->getTextureID(cvTex),p0,p1,ImVec2(0,0),ImVec2(rend->getTextureU(cvTex),rend->getTextureV(cvTex)));
|
||||
|
||||
if (mobileUI) {
|
||||
dl->AddRect(dpadUpStart,dpadUpEnd,0xff0000ff,0,0,dpiScale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue