mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-29 23:37:58 -04:00
git subrepo pull (merge) --force tools/ZAPD (#618)
subrepo: subdir: "tools/ZAPD" merged: "0ba781304" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "0ba781304" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
@@ -722,7 +722,7 @@ void ZTexture::Save(const fs::path& outFolder)
|
||||
if (!Directory::Exists(outPath.string()))
|
||||
Directory::CreateDirectory(outPath.string());
|
||||
|
||||
std::filesystem::__cxx11::path outFileName;
|
||||
fs::path outFileName;
|
||||
|
||||
if (!dWordAligned)
|
||||
outFileName = outPath / (outName + ".u32" + "." + GetExternalExtension() + ".png");
|
||||
|
||||
Reference in New Issue
Block a user