mirror of
https://github.com/HomeworldSDL/HomeworldSDL.git
synced 2025-12-01 12:00:02 +00:00
Ensure mouse clipping is off for pieplate movement
This commit is contained in:
committed by
Thibault Lemaire
parent
94a95fb618
commit
2266cd4387
@ -1313,6 +1313,7 @@ void piePointModeToggle(sdword bOn)
|
||||
if (!keyIsHit(CONTROLKEY))
|
||||
{
|
||||
tutGameMessage("Game_MoveZ");
|
||||
mouseClipToRect(NULL);
|
||||
piePointSpecMode = PSM_Z;
|
||||
if (piePointSpecZ == 0.0f)
|
||||
{ //if height point not yet specified
|
||||
|
||||
Reference in New Issue
Block a user