mirror of
https://notabug.org/litucks/torzu.git
synced 2026-01-12 02:32:25 +00:00
Fixed missing space in tooltip
This commit is contained in:
parent
9db0044147
commit
d3a9b4e9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
|
|||
"it is only intended for debugging."));
|
||||
INSERT(Settings, optimize_spirv_output, tr("Optimize SPIRV output shader"),
|
||||
tr("Runs an additional optimization pass over generated SPIRV shaders.\n"
|
||||
"Will increase time required for shader compilation.\nMay slightly improve"
|
||||
"Will increase time required for shader compilation.\nMay slightly improve "
|
||||
"performance.\nThis feature is experimental."));
|
||||
INSERT(
|
||||
Settings, use_asynchronous_gpu_emulation, tr("Use asynchronous GPU emulation"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue