We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5d0dd commit b7761d4Copy full SHA for b7761d4
project.hxp
@@ -505,10 +505,10 @@ class Project extends HXProject {
505
FEATURE_PARTIAL_SOUNDS.apply(this, true);
506
FEATURE_VIDEO_PLAYBACK.apply(this, true);
507
FEATURE_STAGE_EDITOR.apply(this, true);
508
- FEATURE_RESULTS_DEBUG.apply(this, true);
509
510
// Should be true on debug builds or if GITHUB_BUILD is enabled.
511
FEATURE_DEBUG_FUNCTIONS.apply(this, isDebug() || GITHUB_BUILD.isEnabled(this));
+ FEATURE_RESULTS_DEBUG.apply(this, isDebug() || GITHUB_BUILD.isEnabled(this));
512
513
// Got a lot of complains about this being turned off by default on some builds.
514
// TODO: Look into ways to optimize logging (maybe by using a thread pool?)
0 commit comments