Skip to content

Commit

Permalink
fix indenting in hxp
Browse files Browse the repository at this point in the history
  • Loading branch information
cyn0x8 authored Sep 29, 2024
1 parent ffb0d41 commit 7e30da2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions project.hxp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Project extends HXProject {
configureHaxelibs();
configureAssets();
configureIcons();
configureAL();
configureAL();
}

/**
Expand Down Expand Up @@ -706,14 +706,14 @@ class Project extends HXProject {
addIcon("art/iconOG.png");
}

/**
* For desktop platforms, copy the OpenALSoft config file into the build to improve audio quality.
*/
function configureAL() {
if (isDesktop()) {
addAsset("alsoft.txt", 'plugins/alsoft.${isWindows() ? "ini" : "conf"}', "default", false);
}
}
/**
* For desktop platforms, copy the OpenALSoft config file into the build to improve audio quality.
*/
function configureAL() {
if (isDesktop()) {
addAsset("alsoft.txt", 'plugins/alsoft.${isWindows() ? "ini" : "conf"}', "default", false);
}
}

//
// HELPER FUNCTIONS
Expand Down

0 comments on commit 7e30da2

Please sign in to comment.