I can't seem to load textures from a subdirectory in the directory where the executable is located.
Ex:
game.exe is the main executable, and there's a subdirectory called "media" how can I reference that directory when loading textures?
I tried "media/file.bmp", "./media/file.bmp" and doesn't seem to work. a bug?
Referencing Subdirectories
-
Guest