Typo
This commit is contained in:
parent
c9423164d4
commit
78f9272e3d
|
@ -182,7 +182,7 @@ Color FontPrivate::defaultColorTmp(255, 255, 255, 255);
|
||||||
|
|
||||||
bool Font::doesExist(const char *name)
|
bool Font::doesExist(const char *name)
|
||||||
{
|
{
|
||||||
std::string path = std::string("fonts/") + std::string(name);
|
std::string path = std::string("Fonts/") + std::string(name);
|
||||||
|
|
||||||
return shState->fileSystem().exists(path.c_str(), FileSystem::Font);
|
return shState->fileSystem().exists(path.c_str(), FileSystem::Font);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue