chore: Fix module path
This commit is contained in:
parent
45473d7240
commit
d63f1b19df
160 changed files with 192 additions and 253 deletions
|
@ -34,7 +34,7 @@ import (
|
|||
"unicode/utf8"
|
||||
"unsafe"
|
||||
|
||||
rl "github.com/gen2brain/raylib-go/raylib"
|
||||
rl "git.terah.dev/UnrealXR/raylib-go/raylib"
|
||||
)
|
||||
|
||||
// Globals
|
||||
|
@ -188,7 +188,7 @@ func main() {
|
|||
|
||||
// Handle clicking the cube
|
||||
if rl.IsMouseButtonPressed(rl.MouseButtonLeft) {
|
||||
// TODO : Missing function, see issue https://github.com/gen2brain/raylib-go/issues/457
|
||||
// TODO : Missing function, 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