Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
valoeghese committed May 23, 2020
1 parent aefe52f commit 0ff7ed2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/main/java/tk/valoeghese/fc0/client/model/ChunkMesh.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import tk.valoeghese.fc0.client.system.Camera;
import tk.valoeghese.fc0.client.system.GraphicsSystem;
import tk.valoeghese.fc0.client.world.ClientChunk;
import tk.valoeghese.fc0.world.Chunk;
import tk.valoeghese.fc0.world.RenderedChunk;
import tk.valoeghese.fc0.client.world.RenderedChunk;
import tk.valoeghese.fc0.world.tile.Tile;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import tk.valoeghese.fc0.client.model.ChunkMesh;
import tk.valoeghese.fc0.world.Chunk;
import tk.valoeghese.fc0.world.ChunkAccess;
import tk.valoeghese.fc0.world.RenderedChunk;
import tk.valoeghese.fc0.world.tile.Tile;

public class ClientChunk extends Chunk implements RenderedChunk {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tk.valoeghese.fc0.world;
package tk.valoeghese.fc0.client.world;

import tk.valoeghese.fc0.world.tile.Tile;

Expand Down

0 comments on commit 0ff7ed2

Please sign in to comment.