Skip to content

Commit ba0b18a

Browse files
committed
oops
1 parent 95e72c9 commit ba0b18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.hxp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ class Project extends HXProject
4040
public final FUNKIN_GIT_DETAILS:FeatureFlag = 'FUNKIN_GIT_DETAILS';
4141

4242
/**
43-
* `-DFUNKIN_DOX_GENERATION`
43+
* `-DFUNKIN_ASSETS_FORWARDING`
4444
* Whether the game should forward its asset fetching to the root of the repository.
4545
* Developers can set this by checking the flag above.
4646
*/
47-
public final FUNKIN_ASSETS_FORWARDING:FeatureFlag = 'FUNKIN_DOX_GENERATION';
47+
public final FUNKIN_ASSETS_FORWARDING:FeatureFlag = 'FUNKIN_ASSETS_FORWARDING';
4848

4949
public var GIT_HASH:String = null;
5050

0 commit comments

Comments
 (0)