Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

No problem Ivan!

For versions later than v2.2.2 using the native functions is definitely what I'd recommend as it will give better performance than the extension which is written in standard GML.

Swapping over the function calls shouldn't be too difficult as when YYG added the support natively they named their functions pretty similarly to the sse_ function names I added with the extension.

Good luck! :)