Skip to content

Commit

Permalink
android testing
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Jul 14, 2024
1 parent d06014e commit 62a0a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
config:
- name: Windows
os: windows-latest
#- name: Windows
#os: windows-latest

- name: Android32
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/_main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ namespace mle_leveltools {
return level;
}
inline auto updateLevelDataAndMetaFiles(gd::string str, GJGameLevel* level) {
return;
level->m_levelString = str;
return;
level = replaceUserCoinsBySecretOnesInLevel(level);
auto level_path_to_save = (levels_path / fmt::format("{}.txt", level->m_levelID.value()));
std::ofstream(level_path_to_save) << std::string(level->m_levelString.data());
Expand Down

0 comments on commit 62a0a06

Please sign in to comment.