nealcrawford / CatFax

2 stars 1 forks source link

Displacement file opened too often #8

Closed nealcrawford closed 8 years ago

nealcrawford commented 8 years ago

Unnecessary to numbersDisplacement.txt so many times in each loop. Currently implementing fix.

nealcrawford commented 8 years ago

Probably going to open it only at the beginning and then every time it's been changed, and use an ArrayList of its data everywhere else.