1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00
This commit is contained in:
FunkyFr3sh 2023-08-13 12:53:12 +02:00
parent 694b5d1cae
commit 4f3325071e

View File

@ -1174,7 +1174,7 @@ void __fastcall TConfigForm::RendererCbxChange(TObject *Sender)
ShaderCbx->Visible = false;
}
else {
ShaderLbl->Caption =
ShaderLbl->Caption =
ReplaceStr(ShaderLbl->Caption, "Direct3D", "OpenGL");
ShaderCbx->Visible = true;