mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
#1924 fixed with rename function added. Code review needed, I also saved
2kb RAM here ... Needs more tests than only mine, thanks!
This commit is contained in:
parent
bbae10fae1
commit
aca3d01adc
10 changed files with 132 additions and 78 deletions
|
@ -115,7 +115,6 @@ void onModelSetupBitmapMenu(const char *result)
|
|||
else {
|
||||
// The user choosed a bmp file in the list
|
||||
copySelection(g_model.header.bitmap, result, sizeof(g_model.header.bitmap));
|
||||
LOAD_MODEL_BITMAP();
|
||||
memcpy(modelHeaders[g_eeGeneral.currModel].bitmap, g_model.header.bitmap, sizeof(g_model.header.bitmap));
|
||||
eeDirty(EE_MODEL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue