Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load functions can't handle relative paths #2

Open
wilsonsilva opened this issue Oct 21, 2023 · 1 comment
Open

Load functions can't handle relative paths #2

wilsonsilva opened this issue Oct 21, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@wilsonsilva
Copy link
Owner

For example Raylib.load_model("resources/models/iqm/guy.iqm") only works if I write it as Raylib.load_model("/Users/wilson/projects/rb/raylib/examples/models/resources/models/iqm/guy.iqm")

@wilsonsilva wilsonsilva added the help wanted Extra attention is needed label Oct 21, 2023
@Studio-Lotus
Copy link

Using global version instead of namespaced fixes this (on my system at least)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants