chore: Fix module path
This commit is contained in:
parent
45473d7240
commit
d63f1b19df
160 changed files with 192 additions and 253 deletions
|
@ -19,7 +19,7 @@ import (
|
|||
"math"
|
||||
"unsafe"
|
||||
|
||||
rl "github.com/gen2brain/raylib-go/raylib"
|
||||
rl "git.terah.dev/UnrealXR/raylib-go/raylib"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -122,7 +122,7 @@ func main() {
|
|||
cursorColor := rl.White
|
||||
|
||||
// Get ray and test against objects
|
||||
// See issue : https://github.com/gen2brain/raylib-go/issues/457
|
||||
// See issue : https://git.terah.dev/UnrealXR/raylib-go/issues/457
|
||||
//ray = rl.GetScreenToWorldRay(rl.GetMousePosition(), camera)
|
||||
ray = rl.GetMouseRay(rl.GetMousePosition(), camera)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue