mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
that was dumb
This commit is contained in:
parent
533cd94a57
commit
7d7d4856d4
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ void AnimationEditor::update(float dt)
|
||||||
if(splinegrid)
|
if(splinegrid)
|
||||||
ctrlSprite = splinegrid;
|
ctrlSprite = splinegrid;
|
||||||
else
|
else
|
||||||
ctrlSprite = ctrlPressed ? (RenderObject*)getSelectedPageSprite() : (RenderObject*)spriteRoot;
|
ctrlSprite = ctrlPressed ? (RenderObject*)getCurrentPageSprite() : (RenderObject*)spriteRoot;
|
||||||
|
|
||||||
if (core->mouse.buttons.middle)
|
if (core->mouse.buttons.middle)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue