committing in a broken state, we got problems with the far pointers. Acting as absolute when should be relative

This commit is contained in:
MitchellHansen
2017-10-09 23:53:59 -07:00
parent 787e308bcb
commit 2519532172
4 changed files with 36 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ bool Application::init_clcaster() {
// Init the raycaster with a specified dimension and a pointer to the source
// array style data
octree = std::make_shared<Map>(64, map.get());
octree = std::make_shared<Map>(128, map.get());
raycaster->assign_octree(octree);