mirror of
https://github.com/Relintai/voxelman.git
synced 2025-04-15 21:06:06 +02:00
Ran clang format, as apparently I had it off.
This commit is contained in:
parent
01c57c30e6
commit
1f23f61b3a
@ -33,7 +33,6 @@ typedef class RenderingServer VisualServer;
|
|||||||
typedef class RenderingServer VS;
|
typedef class RenderingServer VS;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void VoxelMesherCubic::_add_chunk(Ref<VoxelChunk> p_chunk) {
|
void VoxelMesherCubic::_add_chunk(Ref<VoxelChunk> p_chunk) {
|
||||||
Ref<VoxelChunkDefault> chunk = p_chunk;
|
Ref<VoxelChunkDefault> chunk = p_chunk;
|
||||||
|
|
||||||
|
@ -35,7 +35,6 @@ SOFTWARE.
|
|||||||
typedef class ImmediateGeometry3D ImmediateGeometry;
|
typedef class ImmediateGeometry3D ImmediateGeometry;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "core/engine.h"
|
#include "core/engine.h"
|
||||||
#include "core/os/mutex.h"
|
#include "core/os/mutex.h"
|
||||||
#include "core/os/thread.h"
|
#include "core/os/thread.h"
|
||||||
|
@ -63,7 +63,6 @@ SOFTWARE.
|
|||||||
|
|
||||||
class VoxelWorld;
|
class VoxelWorld;
|
||||||
|
|
||||||
|
|
||||||
class VoxelChunk : public Resource {
|
class VoxelChunk : public Resource {
|
||||||
GDCLASS(VoxelChunk, Resource);
|
GDCLASS(VoxelChunk, Resource);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user