We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I run ATL under strict and it showed that a few variables are being accidentally defined in the global namespace.
Here are the 3 I got so far:
Error: lib/atl/TileLayer.lua:381: assign to undeclared variable 'str' Error: lib/atl/Map.lua:248: assign to undeclared variable 'heightOffset' Error: lib/atl/TileLayer.lua:151: assign to undeclared variable 'rot'
It also reports TILED_LOADER_PATH, but I'm not sure there is a way to avoid that
The text was updated successfully, but these errors were encountered:
Thanks, I'll look into this.
Sorry, something went wrong.
No branches or pull requests
Hi, I run ATL under strict and it showed that a few variables are being accidentally defined in the global namespace.
Here are the 3 I got so far:
Error: lib/atl/TileLayer.lua:381: assign to undeclared variable 'str'
Error: lib/atl/Map.lua:248: assign to undeclared variable 'heightOffset'
Error: lib/atl/TileLayer.lua:151: assign to undeclared variable 'rot'
It also reports TILED_LOADER_PATH, but I'm not sure there is a way to avoid that
The text was updated successfully, but these errors were encountered: