FireMario211 / Prism-Menu

A mod menu made in Geode for Geometry Dash
GNU General Public License v3.0
34 stars 14 forks source link

fix compilation errors #13

Closed iAndyHD3 closed 5 months ago

iAndyHD3 commented 5 months ago

geode log functions behave exactly like fmt::format does, there is no need to use fmt::format manually. geode updated to use the actual {fmt} library recently, since log functions expect a compile time string (the format one), it errors with the following call to immediate function is not a constant expression

FireMario211 commented 5 months ago

I forgot about this. You're right.