replace occurences with MOUSE_*
This commit is contained in:
parent
35ec2662a2
commit
910befbff9
17 changed files with 29 additions and 29 deletions
|
|
@ -98,7 +98,7 @@ public class ModelLoading
|
|||
}
|
||||
|
||||
// Select model on mouse click
|
||||
if (IsMouseButtonPressed(MouseButton.MOUSE_LEFT_BUTTON))
|
||||
if (IsMouseButtonPressed(MouseButton.Left))
|
||||
{
|
||||
// Check collision between ray and box
|
||||
if (GetRayCollisionBox(GetMouseRay(GetMousePosition(), camera), bounds).Hit)
|
||||
|
|
|
|||
Loading…
Reference in a new issue