1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-18 10:38:31 +02:00

Fix Direct Mode selection square not moving with tile selection drawer

Closes TerryCavanagh#386.
This commit is contained in:
Dav999-v 2020-08-01 22:27:03 +02:00 committed by Ethan Lee
parent d813956879
commit 563b10b666

View File

@ -3115,8 +3115,8 @@ void editorrender()
}
}
//Highlight our little block
fillboxabs(((ed.dmtile%40)*8)-2,16-2,12,12,graphics.getRGB(196, 196, 255 - help.glow));
fillboxabs(((ed.dmtile%40)*8)-1,16-1,10,10,graphics.getRGB(0,0,0));
fillboxabs(((ed.dmtile%40)*8)-2,16-t2-2,12,12,graphics.getRGB(196, 196, 255 - help.glow));
fillboxabs(((ed.dmtile%40)*8)-1,16-t2-1,10,10,graphics.getRGB(0,0,0));
}
if(ed.dmtileeditor>0 && t2<=30)