Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Disable chunk moving for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Nov 26, 2023
1 parent 4142968 commit 937c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/VoxelClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public override void OnTick() {

camera.MoveAndSlide(world!, inputDir);

GameRenderer.WorldRenderer.ChunkRenderer.SetRenderPosition(camera.position);
// GameRenderer.WorldRenderer.ChunkRenderer.SetRenderPosition(camera.position);
}

public override void OnWindowResize() {
Expand Down

0 comments on commit 937c9ac

Please sign in to comment.