Fix examples
This commit is contained in:
parent
70aa6f5da5
commit
f61497c79d
7 changed files with 141 additions and 122 deletions
|
@ -32,7 +32,6 @@ func main() {
|
|||
rl.UpdateCamera(&camera) // Update camera
|
||||
|
||||
if rl.IsMouseButtonPressed(rl.MouseLeftButton) {
|
||||
// NOTE: This function is NOT WORKING properly!
|
||||
ray = rl.GetMouseRay(rl.GetMousePosition(), camera)
|
||||
|
||||
// Check collision between ray and box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue