forked from kpreid/all-is-cubes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/lib.rs b/src/lib.rs | ||
index 96a3850a..966d6627 100644 | ||
--- a/src/lib.rs | ||
+++ b/src/lib.rs | ||
@@ -3,8 +3,4 @@ pub struct ChunkMesh<const CHUNK_SIZE: usize> { | ||
position: [(); CHUNK_SIZE], | ||
} | ||
|
||
-/////// MOVE START | ||
-impl<const CHUNK_SIZE: usize> ChunkMesh<CHUNK_SIZE> {} | ||
-#[derive(Copy, Clone, Debug, Eq, Hash, PartialEq)] | ||
-struct ChunkTodo {} | ||
/////// MOVE END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters