Use string_view

LTO-timing^2
Andrei Kortunov 3 years ago
parent d83382d236
commit facdc8fc0d

@ -31,7 +31,7 @@ static bool collectStatFrameRate = false;
static bool collectStatUpdate = false; static bool collectStatUpdate = false;
static bool collectStatEngine = false; static bool collectStatEngine = false;
static std::string sFontName = "Fonts/DejaVuLGCSansMono.ttf"; constexpr std::string_view sFontName = "Fonts/DejaVuLGCSansMono.ttf";
static void setupStatCollection() static void setupStatCollection()
{ {

Loading…
Cancel
Save