refactoring

This commit is contained in:
ohyzha
2025-01-20 13:06:11 +02:00
parent ee71d265d0
commit af86e63b32
5 changed files with 23 additions and 20 deletions

View File

@@ -9,7 +9,7 @@
namespace OpenVulkano
{
std::string SystemFontResolver::GetSystemFontPath(const std::string& fontName)
const std::string& SystemFontResolver::GetSystemFontPath(const std::string& fontName)
{
return "";
}