1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

[Horus] Current model overwritten in MODEL SELECT when selecting a new model

This commit is contained in:
Bertrand Songis 2016-06-11 13:53:53 +02:00
parent 1db3e1f816
commit 6db0c0791a
2 changed files with 4 additions and 3 deletions

View file

@ -130,8 +130,6 @@ const char * loadModel(const char * filename)
postModelLoad(newModel);
memcpy(g_eeGeneral.currModelFilename, filename, LEN_MODEL_FILENAME);
return error;
}