effekseer / EffekseerForWebGL

MIT License
116 stars 17 forks source link

Strict mode #110

Open skymen opened 8 months ago

skymen commented 8 months ago

Effekseer seems to not respect strict mode and often uses undefined variables or uses variables outside their defined scope.

This works in normal mode, but in my case I am using Construct 3 which forces all scripts to use strict mode and in that case Effekseer throws errors.

Most importantly, here is the list of undefined variables it uses: image

Most of these are gated by conditions, but some are not, for example splitted_path and upvecVector