summaryrefslogtreecommitdiffstats
path: root/src/game/shared/entity/grounded.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared/entity/grounded.hh')
-rw-r--r--src/game/shared/entity/grounded.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/shared/entity/grounded.hh b/src/game/shared/entity/grounded.hh
index 6c33d1d..7307e79 100644
--- a/src/game/shared/entity/grounded.hh
+++ b/src/game/shared/entity/grounded.hh
@@ -2,11 +2,8 @@
#include "shared/world/voxel.hh"
-namespace entity
-{
// Assigned to entities which are grounded
// according to the collision and gravity system
struct Grounded final {
- world::VoxelMaterial surface;
+ VoxelMaterial surface;
};
-} // namespace entity