Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed May 10, 2024
1 parent 412f1f2 commit 579527c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion base/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ flags.with_stb_image_write = true;
flags.with_g2 = true;
flags.with_iron = true;
flags.with_zui = true;
flags.with_minits = true;
flags.physics = false; ////

flags.on_c_project_created = async function(c_project, platform, graphics) {
Expand Down
1 change: 0 additions & 1 deletion misc/pad/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
let flags = globalThis.flags;
flags.name = 'ArmorPad';
flags.package = 'org.armorpad';
flags.with_minits = true;
flags.with_nfd = true;
flags.with_tinydir = true;
flags.with_g2 = true;
Expand Down

0 comments on commit 579527c

Please sign in to comment.