Have some real bad lock ups when the oct is semi full

This commit is contained in:
2018-03-01 21:54:16 -08:00
parent 6650eb784d
commit 8f822e14f7
3 changed files with 34 additions and 22 deletions

View File

@@ -51,7 +51,7 @@ bool Application::init_clcaster() {
raycaster->assign_map(map);
camera = std::make_shared<Camera>(
sf::Vector3f(3.5f, 3.5f, 3.5f), // Starting position
sf::Vector3f(30.5f, 30.5f, 30.5f), // Starting position
sf::Vector2f(1.57f, 0.0f), // Direction
window.get()
);