Skip to content

Commit

Permalink
changelog date
Browse files Browse the repository at this point in the history
  • Loading branch information
christt105 committed Feb 22, 2021
1 parent 9c7f0cf commit c47dedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [0.4.0] - 2021-02-19
## [0.4.0] - 2021-02-22
### Added
* premake5 project generator
* Layer objects type
Expand Down
2 changes: 1 addition & 1 deletion MapTileEditor3D/src/Tools/FileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void FileSystem::GenerateFolders()
appdata = GetFolders(sAppdata.c_str());
//TODO: Installation setup
#elif DISTP
sAppdata = NormalizePath(sCurrDir);
sAppdata = NormalizePath(sCurrDir) + "/";
appdata = GetFolders(sAppdata.c_str());
std::string parent(sCurrDir.c_str(), sCurrDir.size() - sizeof(APP_NAME) + 1);
std::string newDir(parent + "project");
Expand Down

0 comments on commit c47dedc

Please sign in to comment.