Hi Michael,
yes, you are right.
But you can use both forms now:
[code=thinbasic]
' -- Dirty
TBGL_LoadTexturesFromTiles "Test.bmp", 1, 4, 2, %TBGL_TEX_NEAREST
' -- Neat
TBGL_LoadTexturesFromTiles ("Test.bmp", 1, 4, 2, %TBGL_TEX_NEAREST)
[/code]
ThinCore parsing functions are done in way this is accepted.
For future, I will not create any new functions without braces :occasion:
Petr
P.S. This function is general purpose, but I think for sprites you will love MikesHartlef new system