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:
parent
99cce1b33f
commit
1db3e1f816
2 changed files with 2 additions and 1 deletions
|
@ -130,6 +130,8 @@ const char * loadModel(const char * filename)
|
|||
|
||||
postModelLoad(newModel);
|
||||
|
||||
memcpy(g_eeGeneral.currModelFilename, filename, LEN_MODEL_FILENAME);
|
||||
|
||||
return error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue