Tweaking, fixed a very old off by one bug on voxel gen

This commit is contained in:
MitchellHansen
2017-10-21 06:54:09 -07:00
parent dcf355c636
commit 36bf5697fa
9 changed files with 54 additions and 47 deletions

View File

@@ -7,6 +7,7 @@
#include "LightController.h"
#include "Camera.h"
#include <GL/glew.h>
#include <Application.h>
#include <unordered_map>
#include "Logger.h"
#include "map/Map.h"