We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e72c9 commit ba0b18aCopy full SHA for ba0b18a
Project.hxp
@@ -40,11 +40,11 @@ class Project extends HXProject
40
public final FUNKIN_GIT_DETAILS:FeatureFlag = 'FUNKIN_GIT_DETAILS';
41
42
/**
43
- * `-DFUNKIN_DOX_GENERATION`
+ * `-DFUNKIN_ASSETS_FORWARDING`
44
* Whether the game should forward its asset fetching to the root of the repository.
45
* Developers can set this by checking the flag above.
46
*/
47
- public final FUNKIN_ASSETS_FORWARDING:FeatureFlag = 'FUNKIN_DOX_GENERATION';
+ public final FUNKIN_ASSETS_FORWARDING:FeatureFlag = 'FUNKIN_ASSETS_FORWARDING';
48
49
public var GIT_HASH:String = null;
50
0 commit comments