1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-24 18:39:59 +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 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()
{ {