- Fix wrond hedgehog speed calculation when using rope and changing rope length
- Should fix weird rope behaviour when touching land and changing rope length
#include <QApplication>
#include "mainform.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MyWindow *mainWin = new MyWindow;
mainWin->show();
return app.exec();
}