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:
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…
x
Reference in New Issue
Block a user