Sage-of-Mirrors / SuperBMD

A library to import and export various 3D model formats into the Binary Model (BMD) format.
38 stars 20 forks source link

Drag and drop functionality #17

Closed MichaelHinrichs closed 3 years ago

MichaelHinrichs commented 3 years ago

The application now checks if the first argument ends in ".bmd" or "bdl". If it does, it is used as the input. If it doesn't, the application will continue to switch (args[i]) to check for the traditional arguments.

MichaelHinrichs commented 3 years ago

I missed a semicolon. I'm going to cancel this pull request and make a new one.