align
This commit is contained in:
parent
694b5d1cae
commit
4f3325071e
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ void __fastcall TConfigForm::RendererCbxChange(TObject *Sender)
|
||||||
ShaderCbx->Visible = false;
|
ShaderCbx->Visible = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ShaderLbl->Caption =
|
ShaderLbl->Caption =
|
||||||
ReplaceStr(ShaderLbl->Caption, "Direct3D", "OpenGL");
|
ReplaceStr(ShaderLbl->Caption, "Direct3D", "OpenGL");
|
||||||
|
|
||||||
ShaderCbx->Visible = true;
|
ShaderCbx->Visible = true;
|
||||||
|
|
Loading…
Reference in a new issue