Closed HDictus closed 5 years ago
Remove all global varaibles that can interfere with the ones defined by the developer in their game project
Honestly I think it's a bit of a design flaw in lua to export all of a module's globals. Means you have to remember to localize everything.
Remove all global varaibles that can interfere with the ones defined by the developer in their game project
Honestly I think it's a bit of a design flaw in lua to export all of a module's globals. Means you have to remember to localize everything.