mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
derive Copy for ChunkSectionBlockPos
This commit is contained in:
parent
a985cc7442
commit
85357a4b6f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ impl ChunkBlockPos {
|
|||
|
||||
/// The coordinates of a block inside a chunk section. Each coordinate must be
|
||||
/// in the range [0, 15].
|
||||
#[derive(Clone, Debug, Default, PartialEq, Eq)]
|
||||
#[derive(Clone, Copy, Debug, Default, PartialEq, Eq)]
|
||||
pub struct ChunkSectionBlockPos {
|
||||
pub x: u8,
|
||||
pub y: u8,
|
||||
|
|
Loading…
Add table
Reference in a new issue