Skip to content

Commit 8d0e828

Browse files
Apply suggestions
Co-authored-by: George Kurelic <[email protected]>
1 parent 2853f0c commit 8d0e828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default/Project.xml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
<!--Allows you to use sound paths with no extension, and the default sound type for that
5252
target will be used. If enabled it will use ogg on all targets except flash, which uses mp3.
5353
If value is set to any string, that is used for the file extension-->
54-
<!--<haxedef name="FLX_DEFAULT_SOUND_EXT" value="" />-->
54+
<!--<haxedef name="FLX_DEFAULT_SOUND_EXT" />-->
5555

5656
<!--Loads from the specified relative or absolute directory. Unlike other boolean flags, this flag should contain a string value.
5757
When using assets entirely from outside the build directory, it is wise to disable any
5858
<assets> tags in your project.xml, to reduce your total memory-->
59-
<!--<haxedef name="FLX_CUSTOM_ASSETS_DIRECTORY" value="" />-->
59+
<!--<haxedef name="FLX_CUSTOM_ASSETS_DIRECTORY" value="assets" />-->
6060

6161
<!--Remove the legacy health system-->
6262
<haxedef name="FLX_NO_HEALTH" />

0 commit comments

Comments
 (0)