Running on windows, for some reason doesn't crash as well

This commit is contained in:
MitchellHansen
2018-03-03 06:43:52 -08:00
parent 8f6ecae4cb
commit 8a1eb5e430
3 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ bool Application::init_clcaster() {
raycaster->add_to_settings_buffer("octree_dimensions", "OCTDIM", MAP_X);
// TODO: ALLOW RVALUES FOR SETTINGS BUFFER
int64_t oct_enabled = 0;
uint64_t oct_enabled = 0;
raycaster->add_to_settings_buffer("using_octree", "OCTENABLED", oct_enabled);
map = std::make_shared<Map>(MAP_X);