mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
merge conflict fix
This commit is contained in:
parent
5cfbcc5caa
commit
cadc07c63d
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue