Skip to content

Commit 44148b8

Browse files
idk improved save data shits?
1 parent 9a41d62 commit 44148b8

File tree

11 files changed

+840
-101
lines changed

11 files changed

+840
-101
lines changed

project.hxp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ class Project extends HXProject {
473473

474474
// Should be false unless explicitly requested.
475475
GITHUB_BUILD.apply(this, false);
476-
FEATURE_STAGE_EDITOR.apply(this, true);
477476
FEATURE_NEWGROUNDS.apply(this, false);
478477
FEATURE_GHOST_TAPPING.apply(this, true);
479478

@@ -484,13 +483,15 @@ class Project extends HXProject {
484483
FEATURE_FUNKVIS.apply(this, true);
485484
FEATURE_PARTIAL_SOUNDS.apply(this, true);
486485
FEATURE_VIDEO_PLAYBACK.apply(this, true);
486+
FEATURE_STAGE_EDITOR.apply(this, true);
487487

488488
// Should be true on debug builds or if GITHUB_BUILD is enabled.
489489
FEATURE_DEBUG_FUNCTIONS.apply(this, isDebug() || GITHUB_BUILD.isEnabled(this));
490490

491491
// Should default to true on workspace builds and false on release builds.
492492
REDIRECT_ASSETS_FOLDER.apply(this, isDebug() && isDesktop());
493493

494+
// TODO: Look into ways to optimize logging (maybe by using a thread pool?)
494495
FEATURE_LOG_TRACE.apply(this, !CONSUMER_BUILD.isEnabled(this)); // isDebug());
495496

496497
// Should be true on desktop, release, non-tester builds.

0 commit comments

Comments
 (0)