septag/sx

_path error on android platform

Closed this issue · 1 comments

ayles commented

In os.c line 219:
SX_UNUSED(_path);
should it be SX_UNUSED(path);?
(I'm really lazy to create pull request)

fixed. thanks

I'll commit it soon with other fixed bugs/improvements.
I haven't been able to build it on other platforms like mobile and consoles, that's why we have these stupid mistakes.