Skip to content

Commit

Permalink
Update project.hxp
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Nov 24, 2024
1 parent 65a9288 commit 2ac67af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.hxp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class Project extends HXProject {
FEATURE_POLYMOD_MODS.apply(this, true);
FEATURE_FUNKVIS.apply(this, true);
FEATURE_PARTIAL_SOUNDS.apply(this, true);
FEATURE_VIDEO_PLAYBACK.apply(this, true);
FEATURE_VIDEO_PLAYBACK.apply(this, !isLinux());
FEATURE_STAGE_EDITOR.apply(this, true);

// Should be true on debug builds or if GITHUB_BUILD is enabled.
Expand Down

0 comments on commit 2ac67af

Please sign in to comment.