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:30:53 +02:00
parent 99cce1b33f
commit 1db3e1f816
2 changed files with 2 additions and 1 deletions

View file

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