mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-27 17:59:49 +02:00
Fix line debug tool showing up when placing stamps
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
||||
|
||||
//all of these are only here for one debug lines
|
||||
bool GetMouseDown() { return isMouseDown; }
|
||||
bool GetDrawingLine() { return drawMode == DrawLine && isMouseDown; }
|
||||
bool GetDrawingLine() { return drawMode == DrawLine && isMouseDown && selectMode == SelectNone; }
|
||||
bool GetDrawSnap() { return drawSnap; }
|
||||
ui::Point GetLineStartCoords() { return drawPoint1; }
|
||||
ui::Point GetLineFinishCoords() { return currentMouse; }
|
||||
|
Reference in New Issue
Block a user