mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +00:00
Reload texture in anim editor on Ctrl+R
This commit is contained in:
parent
71ceac4d22
commit
5c3c0037c9
1 changed files with 4 additions and 1 deletions
|
@ -1084,7 +1084,10 @@ void AnimationEditor::clearRot()
|
||||||
updateEditingBone();
|
updateEditingBone();
|
||||||
if (editingBone)
|
if (editingBone)
|
||||||
{
|
{
|
||||||
applyRotation();
|
if(core->getCtrlState())
|
||||||
|
editingBone->texture->reload();
|
||||||
|
else
|
||||||
|
applyRotation();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue