Fresh Set of Eyes To Help -FIXED
- Posted by Icy_Viking Aug 30, 2021
- 798 views
Hello all,
I keep getting the error expected to see '(' instead of ','. This is the code that is causing this issue.
public constant xorxShader_Init = define_c_func(orx,"+orxShader_Init",{},C_UINT) public function orxShader_Init() return c_func(xorxShader_Init,{}) --This is where the error is coming from end function
I can't figure out whay its giving a syntax error, the code is correct.
EDIT: NVM, I got it fixed by re-writing.