Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Feb 8, 2025
1 parent cf41f5b commit 880e4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/game/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import funkin.backend.initialization.ALSoftConfig; // Just to make sure DCE does
* You can pretty much ignore everything from here on - your code should go in your funkin.game.states
*/
#if linux
@:cppInclude('./backend/external/gamemode_client.h')
@:cppInclude('././backend/external/gamemode_client.h')
@:cppFileCode('
#define GAMEMODE_AUTO
')
Expand Down

0 comments on commit 880e4ff

Please sign in to comment.