prepare to handle other texture formats

required for DirectX 9...
This commit is contained in:
tildearrow 2024-05-15 02:48:18 -05:00
parent 540cbbd129
commit 394d5d6583
22 changed files with 131 additions and 24 deletions

View file

@ -791,7 +791,7 @@ void FurnaceGUI::drawTutorial() {
cv->hiScore=cvHiScore;
}
if (cvTex==NULL) {
cvTex=rend->createTexture(true,320,224,false);
cvTex=rend->createTexture(true,320,224,false,bestTexFormat);
}
if (cv->pleaseInitSongs) {