replace occurences with MOUSE_*
This commit is contained in:
parent
35ec2662a2
commit
910befbff9
17 changed files with 29 additions and 29 deletions
|
|
@ -133,7 +133,7 @@ public unsafe class TexturedCurve
|
|||
static void UpdateCurve()
|
||||
{
|
||||
// If the mouse is not down, we are not editing the curve so clear the selection
|
||||
if (!IsMouseButtonDown(MouseButton.MOUSE_LEFT_BUTTON))
|
||||
if (!IsMouseButtonDown(MouseButton.Left))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue