Skip to content

Commit 587ed97

Browse files
committed
牢弟批量替换还敢不构建吗
1 parent 8960a33 commit 587ed97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

StarlightGUI/HomePage.xaml.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@ namespace winrt::StarlightGUI::implementation
484484
}
485485
else {
486486
gpu_time = GetValueFromCounterArray(counter_gpu_time);
487-
GpuMem().TexL"NaN";
488-
GpuTemp().TexL"NaN";
489-
GpuClockGraphics().TexL"NaN";
490-
GpuClockMem().TexL"NaN";
487+
GpuMem().Text(L"NaN");
488+
GpuTemp().Text(L"NaN");
489+
GpuClockGraphics().Text(L"NaN");
490+
GpuClockMem().Text(L"NaN");
491491
}
492492
GpuGauge().Value(gpu_time);
493493
ss = std::wstringstream{};

0 commit comments

Comments
 (0)