mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
Mapster32: re-enable changing position in 2d mode with the right mouse button when dragging selected objects
git-svn-id: https://svn.eduke32.com/eduke32@5308 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6f9a9c94ec
commit
1af89e0b1d
1 changed files with 1 additions and 1 deletions
|
@ -5793,7 +5793,7 @@ end_after_dragging:
|
||||||
}
|
}
|
||||||
end_point_dragging:
|
end_point_dragging:
|
||||||
|
|
||||||
if (bstatus&(2) && !(bstatus&1)) // change arrow position
|
if (bstatus&(2) && (!(bstatus&5) || pointhighlight > 0 || highlightcnt > 0 || highlightsectorcnt > 0)) // change arrow position
|
||||||
{
|
{
|
||||||
if (eitherCTRL)
|
if (eitherCTRL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue