mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Fix Direct Mode selection square not moving with tile selection drawer
Closes TerryCavanagh#386.
This commit is contained in:
parent
d813956879
commit
563b10b666
1 changed files with 2 additions and 2 deletions
|
@ -3115,8 +3115,8 @@ void editorrender()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Highlight our little block
|
//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)-2,16-t2-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)-1,16-t2-1,10,10,graphics.getRGB(0,0,0));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(ed.dmtileeditor>0 && t2<=30)
|
if(ed.dmtileeditor>0 && t2<=30)
|
||||||
|
|
Loading…
Reference in a new issue