mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-29 15:56:06 +00:00
Git Commit macro now available in all builds.
This commit is contained in:
parent
9ffbc8479c
commit
776747c2d9
|
|
@ -1,7 +1,6 @@
|
||||||
package funkin.util.macro;
|
package funkin.util.macro;
|
||||||
|
|
||||||
#if !display
|
#if !display
|
||||||
#if (debug || FORCE_DEBUG_VERSION)
|
|
||||||
class GitCommit
|
class GitCommit
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
@ -66,4 +65,3 @@ class GitCommit
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
#end
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue