From 776747c2d99ba505f92eddce776d3b3885fa9901 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Wed, 1 May 2024 11:40:23 -0400 Subject: [PATCH] Git Commit macro now available in all builds. --- source/funkin/util/macro/GitCommit.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/funkin/util/macro/GitCommit.hx b/source/funkin/util/macro/GitCommit.hx index b3ddd2b7e..86b8ebe68 100644 --- a/source/funkin/util/macro/GitCommit.hx +++ b/source/funkin/util/macro/GitCommit.hx @@ -1,7 +1,6 @@ package funkin.util.macro; #if !display -#if (debug || FORCE_DEBUG_VERSION) class GitCommit { /** @@ -66,4 +65,3 @@ class GitCommit } } #end -#end