mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
Fixes #1228
This commit is contained in:
parent
36481471a3
commit
4cb598bcaa
18 changed files with 794 additions and 596 deletions
|
@ -1162,7 +1162,7 @@ void ModelData::clear()
|
|||
funcSw[i].clear();
|
||||
for (int i=0; i<C9X_MAX_CURVES; i++)
|
||||
curves[i].clear(5);
|
||||
for (int i=0; i<2; i++)
|
||||
for (int i=0; i<C9X_MAX_TIMERS; i++)
|
||||
timers[i].clear();
|
||||
swashRingData.clear();
|
||||
frsky.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue