disable debug code
This commit is contained in:
parent
9d37c7169f
commit
93e8879343
3 changed files with 4 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue