16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

Fix rc porecompilation

This commit is contained in:
2025-05-05 20:20:29 +02:00
parent cc82af3375
commit 70b68a155b
3 changed files with 38 additions and 35 deletions

View File

@@ -1447,7 +1447,7 @@ debug_panel::update_section_renderer( std::vector<text_line> &Output ) {
Output.emplace_back( textline, Global.UITextColor );
std::string textline = "Rendering mode: ";
textline += "\nRendering mode: ";
if (Global.GfxRenderer == "default")
{
@@ -1456,7 +1456,6 @@ debug_panel::update_section_renderer( std::vector<text_line> &Output ) {
else if (Global.GfxRenderer == "experimental")
{
textline += "NVRHI on ";
if (Global.)
}
else
{