Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Jul 14, 2024
1 parent 73c2d4e commit d06014e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ namespace mle_leveltools {
return level;
}
inline auto updateLevelDataAndMetaFiles(gd::string str, GJGameLevel* level) {
return;
level->m_levelString = str;
level = replaceUserCoinsBySecretOnesInLevel(level);
auto level_path_to_save = (levels_path / fmt::format("{}.txt", level->m_levelID.value()));
Expand Down

0 comments on commit d06014e

Please sign in to comment.