mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Merge branch 'main' into NK-103-Camera-corrupted-transform-2
This commit is contained in:
@@ -127,7 +127,8 @@ namespace Nuake
|
||||
std::string FileSystem::GetParentPath(const std::string& fullPath)
|
||||
{
|
||||
std::filesystem::path pathObj(fullPath);
|
||||
return pathObj.parent_path().string();
|
||||
auto returnvalue = pathObj.parent_path().string();
|
||||
return returnvalue + "\\";
|
||||
}
|
||||
|
||||
std::string FileSystem::ReadFile(const std::string& path, bool absolute)
|
||||
|
||||
Reference in New Issue
Block a user