merge conflict fix

This commit is contained in:
ZappoMan 2013-05-08 18:07:33 -07:00
parent 5cfbcc5caa
commit cadc07c63d

View file

@ -24,7 +24,7 @@ void addLandscape(VoxelTree * tree) {
printf("Adding Landscape...\n");
}
void addScene(VoxelTree * tree) {
void voxelTutorial(VoxelTree * tree) {
printf("adding scene...\n");
// We want our corner voxels to be about 1/2 meter high, and our TREE_SCALE is in meters, so...