mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
Fix rc porecompilation
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user