phr00t / AutoStepper

Java tool to automate StepMania SM generation. Complete generation with banner & background art, all difficulty levels, multiple beat detection methods etc.
http://www.phr00t.com/
113 stars 23 forks source link

remove forced lowercase #16

Closed ghost closed 8 months ago

ghost commented 4 years ago

fix #15

phr00t commented 4 years ago

The extension check should not have the toLowerCase removed, because then .MP3 or .Mp3 files won't work (for example). Doing this also makes all arguments case sensitive, but that is probably OK...