Skip to content

Commit 5115067

Browse files
authored
Always use lastest FunkinModchart's release version (#895)
To avoid having to do PR every time I update FM, I suggest simply using the latest and most stable version (currently 1.2.5), which fixes many bugs, including a crash that occurred every single time you exited a song.
1 parent 4d84e65 commit 5115067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/libs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Other Libraries -->
1616
<git name="hscript-improved" url="https://github.com/CodenameCrew/hscript-improved" ref="codename-dev" />
1717
<git name="hxdiscord_rpc" url="https://github.com/CodenameCrew/cne-hxdiscord_rpc" skipDeps="true" />
18-
<lib name="funkin-modchart" version="1.2.4" skipDeps="true" />
18+
<lib name="funkin-modchart" skipDeps="true" />
1919
<lib name="hxvlc" version="1.9.3" skipDeps="true" />
2020

2121
<!-- Documentation and other features -->

0 commit comments

Comments
 (0)