1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Reload texture in anim editor on Ctrl+R

This commit is contained in:
fgenesis 2022-07-06 08:47:44 +02:00
parent 71ceac4d22
commit 5c3c0037c9

View file

@ -1084,6 +1084,9 @@ void AnimationEditor::clearRot()
updateEditingBone();
if (editingBone)
{
if(core->getCtrlState())
editingBone->texture->reload();
else
applyRotation();
}
}