1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 03:36:40 +00:00

Use string_view

This commit is contained in:
Andrei Kortunov 2022-07-17 22:13:27 +04:00
parent d83382d236
commit facdc8fc0d

View file

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