mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-24 02:06:47 +00:00
Use string_view
This commit is contained in:
parent
d83382d236
commit
facdc8fc0d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue