stevempope / SWM99-LiDAR-Mapping

Fulfills SWM99 Individual Project for MCOMP objectives. LiDAR Mapping to form a Navmesh
1 stars 0 forks source link

Replacing Boolean with void #29

Closed stevempope closed 5 years ago

stevempope commented 5 years ago

Many of the classes that would normally make voids I made Booleans. This was a convention decision, but now that I am JUnit testing and not actually using the result or making a meaningful choice, I think it should be removed.

stevempope commented 5 years ago

Fixed by #38