paulofmandown / rotLove

Roguelike Toolkit in Love. A Love2D/lua port of rot.js
http://paulofmandown.github.io/rotLove/
Other
258 stars 25 forks source link

Variables out of scope in RNG:getNormal #65

Open ErikW54 opened 2 years ago

ErikW54 commented 2 years ago

https://github.com/paulofmandown/rotLove/blob/4e0d9bfcb5bbcd47bc9ac0b93acf17a62f33b70f/src/rot/rng.lua#L99

could likely just add local u, r above the repeat block to fix the issue