disable debug code

This commit is contained in:
FunkyFr3sh 2023-08-26 22:10:21 +02:00
parent 9d37c7169f
commit 93e8879343
3 changed files with 4 additions and 4 deletions

View file

@ -787,7 +787,7 @@ void __fastcall TConfigForm::FormCreate(TObject *Sender)
ShaderCbx->AddItem("Nearest neighbor", NULL);
ShaderCbx->AddItem("Bilinear", NULL);
ShaderCbx->AddItem("Bicubic", NULL);
ShaderCbx->AddItem("Lanczos", NULL);
ShaderCbx->AddItem("Lanczos", NULL);
}
auto shader = ini->ReadString("ddraw", "shader", "Bicubic");