mirror of
https://github.com/Relintai/godot_voxel.git
synced 2024-11-11 20:35:08 +01:00
Fix compilation
This commit is contained in:
parent
1e24dd455b
commit
e79dd98d69
@ -6,7 +6,7 @@
|
||||
#include "voxel_terrain.h"
|
||||
#include "voxel_provider_test.h"
|
||||
#include "voxel_provider_image.h"
|
||||
#include "voxel_mesher_smooth.h"
|
||||
#include "transvoxel/voxel_mesher_smooth.h"
|
||||
|
||||
void register_voxel_types() {
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef VOXEL_MESHER_SMOOTH_H
|
||||
#define VOXEL_MESHER_SMOOTH_H
|
||||
|
||||
#include "voxel_buffer.h"
|
||||
#include "../voxel_buffer.h"
|
||||
#include <scene/resources/mesh.h>
|
||||
|
||||
class VoxelMesherSmooth : public Reference {
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "voxel_buffer.h"
|
||||
#include "voxel_mesher.h"
|
||||
#include "voxel_mesher_smooth.h"
|
||||
#include "transvoxel/voxel_mesher_smooth.h"
|
||||
|
||||
class VoxelMeshUpdater {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user