Browse Source

Update models_loading.c

pull/1801/head
Ray 3 years ago
parent
commit
d39d26f275
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/models/models_loading.c

+ 1
- 1
examples/models/models_loading.c View File

@ -98,7 +98,7 @@ int main(void)
if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT)) if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT))
{ {
// Check collision between ray and box // Check collision between ray and box
if (CheckCollisionRayBox(GetMouseRay(GetMousePosition(), camera), bounds)) selected = !selected; if (GetRayCollisionBox(GetMouseRay(GetMousePosition(), camera), bounds).hit) selected = !selected;
else selected = false; else selected = false;
} }
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------

||||||
x
 
000:0
Loading…
Cancel
Save