Ran clang format, as apparently I had it off.

This commit is contained in:
Relintai 2020-04-10 13:55:27 +02:00
parent 01c57c30e6
commit 1f23f61b3a
8 changed files with 57 additions and 60 deletions

View File

@ -33,7 +33,6 @@ typedef class RenderingServer VisualServer;
typedef class RenderingServer VS;
#endif
void VoxelMesherCubic::_add_chunk(Ref<VoxelChunk> p_chunk) {
Ref<VoxelChunkDefault> chunk = p_chunk;

View File

@ -35,7 +35,6 @@ SOFTWARE.
typedef class ImmediateGeometry3D ImmediateGeometry;
#endif
#include "core/engine.h"
#include "core/os/mutex.h"
#include "core/os/thread.h"

View File

@ -63,7 +63,6 @@ SOFTWARE.
class VoxelWorld;
class VoxelChunk : public Resource {
GDCLASS(VoxelChunk, Resource);